raw2freqdata | R Documentation |
Extract Frequency and Specimen data from the raw data
raw2freqdata(rawdata, species = "species", year = "year")
rawdata |
a dataframe containing species, year |
species |
name of the column containing species names |
year |
name of the column containing year |
Retirns a list of two dataframes
data - a dataframe conatining Species, Year, Freuqency and Specimens
yeardata - a dataframe containing Year and Specimens
cleandata = raw2freqdata(rawdata) fdata = cleandata$data yeardata = cleandata$yeardata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.