separate_taxonomy_xl: separate_taxonomy_xl: a function that cleans the dataframes...

View source: R/separate_functions.R

separate_taxonomy_xlR Documentation

separate_taxonomy_xl: a function that cleans the dataframes and separates taxonomy columns using xl files

Description

separate_taxonomy_xl: a function that cleans the dataframes and separates taxonomy columns using xl files

Usage

separate_taxonomy_xl(df_location)

Arguments

df_location

location of files containing raw insect data

Value

dataframe

Examples

## 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)

reblake/insectcleanr documentation built on March 22, 2022, 6:44 p.m.