create_experiment | R Documentation |
Creates an experiment object which will contain all data and metadata. This object will be saved and timestamped by date, so if working with this file over different dates, the object will not be overwritten as a new object will be created (to preserve backups).
create_experiment(experiment_name)
experiment_name |
The name of the experiment |
A list object containing statistics and metadata for the entire experiment. The 'groups' and 'experimenters' field will auto-populate based on added data using the 'update_experiment()' function.
create_experiment(experiment_name = "My-Project")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.