dashboard | R Documentation |
You can designate a dashboard that will show when the dataset is loaded in the Crunch web app. This dashboard could be a Crunch Shiny ("Crunchy") app, a CrunchBox, an RMarkdown website or something else.
dashboard(x)
setDashboardURL(x, value)
dashboard(x) <- value
x |
CrunchDataset |
value |
For the setter, a URL (character) or |
The getter returns a URL (character) or NULL
. The setter
returns the dataset (x
).
## Not run:
dashboard(ds) <- "https://shiny.crunch.io/example/"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.