Read in module.csv as module tibble
1 | read_module(module_file, item = NULL)
|
1 2 3 4 5 | item_file = "inst/input_files/many_panels/metadata.csv"
item = read_item(item_file)
module_file = "inst/input_files/many_panels/module.csv"
module = read_module(module_file, item)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.