View source: R/outpack_metadata.R
| orderly_metadata | R Documentation |
Read metadata for a particular id. You may want to use
orderly_search() to find an id corresponding to a
particular query.
orderly_metadata(id, root = NULL)
id |
The id to fetch metadata for. An error will be thrown if this id is not known |
root |
The path to the root directory, or |
A list of metadata. See the outpack schema for details (https://github.com/mrc-ide/outpack)
path <- orderly_example()
id <- orderly_run("data", root = path)
# Read metadata for this packet:
meta <- orderly_metadata(id, root = path)
names(meta)
# Information on files produced by this packet:
meta$files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.