Evaluate entire MAVEn dataset
| 1 2 3 4 5 6 7 8 9 | evaluate_maven(
  datadir = "",
  outdir = NULL,
  maven_datafile = "maven_output.csv",
  interval = 60,
  activity_baseline = 0.01,
  activity_threshold = 1,
  figures = c("trend", "diag", "overview")
)
 | 
| datadir | data directory | 
| outdir | name of output directory. Defaults to "output" | 
| maven_datafile | name of data file to be evaluated. Must be ".csv". | 
| interval | specified interval for activity calculations. Must be in secoonds and defaults to 60. | 
| activity_baseline | Activity measurement baseline. Used to exclude values from dataset. | 
| activity_threshold | Activity threshold used for calculating activity status (e.g. inactive vs. active) | 
| figures | figures to be produced. Select from "overview", "diag", or "trend". Supply all three in list if you want all to be created. | 
| maven_experiment | name of experiment | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.