write_ncbi_tabs | R Documentation |
Write tables extracted and possibly reduced to CSV files for further analysis.
write_ncbi_tabs(
x,
outdir = ".",
out_prefix = "NCBI_reduced_",
combine = FALSE,
out_names = if (is.data.frame(x)) "out" else names(x),
...
)
x |
either a list or data.frame |
outdir |
the directory to write CSVs to |
out_prefix |
the common prefix for all files |
combine |
logical, if TRUE the tables will be combined into a single CSV |
out_names |
the unique name to use for each table |
... |
addtional args passed to write.csv |
the file paths of the CSVs written
Matt Espe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.