Description Usage Arguments Value Functions
These functions read and write to/from a data frame of NCBI metadata (a BioSamples spreadsheet, SRA metadata, or run info) to/from a file in TSV format.
1 2 3 4 | write_table(data, fp = NULL, fp_suffix = "data", overwrite = FALSE,
...)
read_table(fp, ...)
|
data |
data frame of metadata |
fp |
file path to save text. If |
fp_suffix |
A filename suffix to use when constructing output file path
if |
overwrite |
should existing files be replaced? If |
... |
additional arguments for |
The file path written to, for write_table
, or a data frame
read, for read_table
.
write_table
: Write metadata to disk
read_table
: Read metadata from disk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.