annData | R Documentation |
Add annotation or meta information to existing data
annData(
path,
notes,
date = Sys.Date(),
recursive = TRUE,
md5 = FALSE,
skip = "*.md|meta.yml",
force = FALSE,
...
)
path |
The data path to annotate. |
notes |
User assigned notes/keywords to annotate the data and
be used for keywords matching in |
date |
The date of the data. |
recursive |
Whether to annotate all data recursively. |
md5 |
Whether to generate md5 values for all files. |
skip |
Patter to skip files in the path. |
force |
Whether to force regenerate meta.yml. |
... |
The other options from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.