petabYaml | R Documentation |
Gather all filenames in the list structure of a petab.yaml
petabYaml( parameter_file = NULL, condition_files = NULL, measurement_files = NULL, observable_files = NULL, sbml_files = NULL, visualization_files = NULL, meta_file = NULL, metaInformation_file = NULL, filename = NULL )
condition_files, measurement_files, observable_files, sbml_files, visualization_files, meta_file, metaInformation_file, parameter_file |
file.path of length 1 or NULL |
filename |
file.path to write yaml to |
list of these objects, with sublist "problems"
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other petab_files:
petab_files_default()
petabYaml(parameter_file = "wup", condition_files = NULL, measurement_files = "bla", observable_files = NULL, sbml_files = NULL, visualization_files = NULL, meta_file = NULL, metaInformation_file = "bam", filename = "bla.yaml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.