
Last chance! 50% off unlimited learning
Sale ends in
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, or something else.
dashboard(x)setDashboardURL(x, value)
dashboard(x) <- value
CrunchDataset
For the setter, a URL (character) or NULL
to unset the
dashboard.
The getter returns a URL (character) or NULL
. The setter
returns the dataset (x
).
# NOT RUN {
dashboard(ds) <- "https://shiny.crunch.io/example/"
# }
Run the code above in your browser using DataLab