Skip to contents

Add annotation or meta information to existing data

Usage

annData(
  path,
  notes,
  date = Sys.Date(),
  recursive = TRUE,
  md5 = FALSE,
  skip = "*.md|meta.yml",
  force = FALSE,
  ...
)

Arguments

path

The data path to annotate.

notes

User assigned notes/keywords to annotate the data and be used for keywords matching in dataSearch(keywords = ).

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 list.files