Description Usage Arguments Details
View source: R/export_details.R
export_details
1 | export_details(data, file_path = getwd())
|
data |
data frame with $sci_nam column (expected to be GB_with_SeqDat, the data frame result of the pipeline so far). |
file_path |
path to newly created .csv file, defaults to working directory |
Function takes data frame with column $sci_nam and splits according to species name before exporting sample details as individual .csv files.
Main input data frame is split by species (according to $sci_nam column). For each species a separate .csv file is then written out containing all the information downloaded and stored about each accession.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.