Hydrate a package skeleton according to study specifications
hydrate(
specifications,
outputFolder,
skeletonFileName = NULL,
packageName = NULL
)
A string containing JSON specifications for hydrating the study. Specifications will be generated by ATLAS.
The folder where the hydrated package will be stored.
(Mostly for debugging purposes:) Specify the location of a package skeleton to hydrate. If not specified, the appropriate skeleton will be selected from those inside the Hydra package.
The name of the R package to create. If provided, will
override the packageName
variable in the
specifications JSON.