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