View source: R/separate_functions.R
separate_taxonomy_xl | R Documentation |
separate_taxonomy_xl: a function that cleans the dataframes and separates taxonomy columns using xl files
separate_taxonomy_xl(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_xl) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.