set_design | R Documentation |
Add a design specification to a data table
set_design(data, design)
data |
The data table |
design |
The design list |
A data frame with a design attribute
design <- check_design()
data <- data.frame(id = 1:100, y = rnorm(100)) %>%
set_design(design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.