-
Notifications
You must be signed in to change notification settings - Fork 2
Submission script templates
Sonia Mitchell edited this page Aug 19, 2020
·
11 revisions
The following submission script templates are available in the inst/templates
directory. These templates are used to upload metadata to the data registry. Depending on what you have, you need to use a different template.
Template | What do you have? |
---|---|
upload_estimate | A point-estimate (but no source) |
upload_distribution | A distribution (but no source) |
upload_multiple_parameters_in_one_toml | A toml file containing multiple point-estimates and/or distributions (but no source) |
upload_estimate_from_paper | A point-estimate taken from a paper |
upload_multiple_estimates_from_paper | Multiple point-estimates taken from a paper |
upload_distribution_from_paper | A distribution taken from a paper |
upload_table | A table converted to an h5 file (but no source) |
upload_array | An array converted to an h5 file (but no source) |
upload_everything | An original source (e.g. website), a raw data file (e.g. csv file), a processing script, and a data product (e.g. h5 file) |