Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## -----------------------------------------------------------------------------
library(dtsmartr)
# Explore the classic mtcars dataset
dtsmartr(mtcars)
## -----------------------------------------------------------------------------
# Launch in compact/minimal layout view
dtsmartr(
data = mtcars,
options = dtsmartr_options(
header_density = "minimal",
row_density = "compact"
)
)
## -----------------------------------------------------------------------------
# Forces a compact, clean grid view of a dataset
dtsmart_lite(mtcars, title = "Mtcars Lite")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.