process_expfactory_experiment: Process expfactory experiment JSON data.

Description Usage Arguments Value

View source: R/expfactory.R

Description

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.

Usage

1

Arguments

path

Path to data file

local

TRUE means locally saved JSON (default=FALSE)

Value

Data frame (long format)


expfactory/expfactoryr documentation built on Jan. 8, 2020, 1:56 p.m.