ll_add_experiment | R Documentation |
Add new experiment
ll_add_experiment(
exp_id,
exp_desc = NA,
exp_notes = NA,
group_id = default(group_id),
con = default(con),
quiet = default(quiet)
)
exp_id |
the unique identifier of the experiment (usually a few letter code). Will error if id already exists. |
group_id |
group name, must exist in database (will error if not) |
exp_name |
longer name of the experiment |
desc |
device description |
device_type_id |
device type name, must exist in database (will error if not) |
particle_id |
optional, will be automatically filled in the first time the device logs to the database |
in_use |
whether device is in use (if not, cannot log any data) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.