makeSpSheet | R Documentation |
makeSpSheet
produces a species sheet .csv file for target species
makeSpSheet(
data,
target_sp = c("Caenorhabditis briggsae", "Caenorhabditis elegans",
"Caenorhabditis tropicalis"),
dir = NULL
)
data |
a checked dataframe generated from the |
target_sp |
a vector of target species names with full genus and species names. Default target species names are: Caenorhabditis briggsae, Caenorhabditis elegans, Caenorhabditis tropicalis. |
dir |
Default is NULL. Supply the path to the project directory to
export the species sheet to |
a list of dataframes containing species sheets for target species with flags for identified issues.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.