petabSelect_readReportYaml | R Documentation |
Read report yaml content
petabSelect_readReportYaml(filename)
filename |
file path |
the yaml contents as list
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other petab select:
as.data.table.reportYaml()
,
pd_petabSelect_collectEstimatedParameters()
,
pd_petabSelect_collectParameters()
,
pd_petabSelect_collectReportYamlCriteria()
,
pd_petabSelect_reportYaml()
,
petabSelect_LRT()
,
petabSelect_collectReportYamlCriteria()
,
petabSelect_compareModels()
,
petabSelect_reportYaml()
,
petabSelect_writeReportYaml()
pd <- petab_exampleRead("04", "pd") reportYaml <- pd_petabSelect_reportYaml(pd,F) tf <- tempfile(fileext = ".yaml") petabSelect_writeReportYaml(reportYaml, tf) reportYaml_fromFile <- petabSelect_readReportYaml(tf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.