View source: R/combine_years.R
combine_years | R Documentation |
Combine years of stomach data, e.g. assign stomach data from 2014 and 2015 to the same year, e.g. 2014
combine_years(stom, year_file, verbose = FALSE)
stom |
Stomach data set of class STOMobs, from e.g. read_exchange_data. |
year_file |
File Name for csv file including the variable year_old, year_new and predator. |
verbose |
Logical for showing details |
Stomach data of class STOMobs with where the years are changed according to the specifications in file year_file..
## Not run: combine_year(s,year_file="combine_year_10.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.