dispatch_csv_search | R Documentation |
This function is a bit more generic than the others, but it grabs from a column of a csv/tsv file.
dispatch_csv_search(
meta,
column,
input_file_spec,
file_type = "csv",
chosen_func = NULL,
species = "*",
type = "genome",
basedir = "preprocessing",
which = "first",
verbose = FALSE,
...
)
meta |
Input metadata |
column |
Column to yank from |
input_file_spec |
Input file specification to hunt down the file of interest. |
file_type |
csv or tsv? |
chosen_func |
If set, use this function to summarize the result. |
species |
Specify a species, or glob it. |
type |
Specify a type of search, usually genome and/or rRNA. |
basedir |
Root directory containing the files/logs of metadata. |
which |
Take the first entry, or some subset. |
verbose |
Print diagnostic information while running? |
... |
Other arguments for glue. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.