Currently just reads the experiments as written to a CSV Ideally this lets you generate a new CSV as appropriate Needs to be filled in with code that reads a list of experiments and prepares them for writing to the database
1 2 3 4 | experiment_df(
filepath = file.path(config::get("tastermonial")$datadir,
"tastermonial_experiments.csv")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.