Description Usage Arguments Value
Most tasks in The Experiment Factory library save their data as JSON.
This function parses JSON data generated by a task. Note that The Experiment Factory Docker container
also JSON encodes task data, so if the task encodes its data as JSON, use local=FALSE
(the default)
to double-decode your data. Use local=TRUE
for single-encoded JSON e.g. when saving task data locally.
1 | process_expfactory_experiment(path, local = FALSE)
|
path |
Path to data file |
local |
TRUE means locally saved JSON (default=FALSE) |
Data frame (long format)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.