Description Usage Arguments Value
Automatic creation of meta file.
1 2 3 4 5 6 7 8 9 | create_meta(
keys,
db,
meta_dir,
project_name,
source,
sep = "\t",
names_ = NULL
)
|
keys |
list of keys for db. Order determines testing!: First element -> "denom", Second element: "num", rest is "" |
db |
contains key and list of paths (vector of paths) to key files |
meta_dir |
the directory to which meta file should be written to. Name is generated automatically using project_name and source |
project_name |
inserted as signifier into meta filename |
source |
inserted as signifier into meta filename |
sep |
separator in meta file - tab |
names_ |
names to be used instead of keys |
list("fpath" = fpath, "core_name" = core_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.