separate_attributes_csv: separate_attributes_csv: function to separate attribute info...

separate_attributes_csvR Documentation

separate_attributes_csv: function to separate attribute info for each taxa from the raw files using csv files

Description

separate_attributes_csv: function to separate attribute info for each taxa from the raw files using csv files

Usage

separate_attributes_csv(df_location)

Arguments

df_location

location of file containing taxa info

Value

dataframe

Examples

## Not run: 
my_df <- "/path/to/my_df.csv"
attrib <- separate_attributes_csv(my_df)

## End(Not run)

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