pd_petabSelect_reportYaml | R Documentation |
Create the reportYaml from a PD
pd_petabSelect_reportYaml(pd, FLAGwriteYaml = TRUE)
pd |
a pd |
FLAGwriteYaml |
TRUE: Writes reportYaml into the original petab folder |
reportYaml as list, see petabSelect_reportYaml
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other petab select:
as.data.table.reportYaml()
,
pd_petabSelect_collectEstimatedParameters()
,
pd_petabSelect_collectParameters()
,
pd_petabSelect_collectReportYamlCriteria()
,
petabSelect_LRT()
,
petabSelect_collectReportYamlCriteria()
,
petabSelect_compareModels()
,
petabSelect_readReportYaml()
,
petabSelect_reportYaml()
,
petabSelect_writeReportYaml()
# create reportYaml pd <- petab_exampleRead("01", "pd") reportYaml <- pd_petabSelect_reportYaml(pd, FLAGwriteYaml = FALSE) # write it to disk and look at it tf <- tempfile(fileext = ".yaml") petabSelect_writeReportYaml(reportYaml, tf) file.edit(tf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.