separate_taxonomy_csv | R Documentation |
separate_taxonomy_csv: a function that cleans the dataframes and separates taxonomy columns using csv files
separate_taxonomy_csv(df_location)
df_location |
location of files containing raw insect data |
dataframe
## Not run: file_list <- system.file("extdata", "Japan_taxa.xlsx", package = "insectcleanr", mustWork = TRUE) taxa_list <- lapply(file_list, separate_taxonomy_csv) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.