View source: R/add_experiment_tables.R
add_experiment_tables | R Documentation |
composition
and experimetal_design
table to db.Add composition
and experimetal_design
table to db.
add_experiment_tables(
db = getOption("RRDdb", "LEEF.RRD.sqlite"),
composition = NULL,
experimetal_design = NULL,
light_decline_schedule = NULL,
immigration_schedule = NULL,
overwrite = FALSE
)
db |
fully qualified path to the sqlite database. Default, read from option |
composition |
fully qualified path to the |
experimetal_design |
fully qualified path to the |
light_decline_schedule |
fully qualified path to the |
immigration_schedule |
fully qualified path to the |
overwrite |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.