A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/shiny/../rtabulator/readme/README.html below:

README

rtabulator

The goal of rtabulator is to make it a breeze creating beautiful and interactive tables in markdown documents and Shiny application using Tabulator JS.

Features

To learn more about rtabulator, see the documentation at https://eodagmbh.github.io/rtabulator/.

Bindings for Python are available at https://github.com/eodaGmbH/py-tabulator.

Installation

You can install the released version of rtabulator from CRAN with:

install.packages("rtabulator")

You can install the development version of rtabulator like so:

remotes::install_github("eodaGmbH/rtabulator")
Basic usage
library(rtabulator)

tabulator(mtcars)

# Set theme
tabulator(iris, theme = "midnight")

# Format columns
tabulator(airquality) |>
  set_formatter_progress(
    column = "Temp",
    legend = TRUE,
    legend_align = "left"
  )

# Spreadsheet mode
tabulator(data = list(), spreadsheet = TRUE)
Shiny
shiny::runGitHub("eodaGmbH/rtabulator", subdir = "examples/shiny/titanic")

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4