View source: R/get_tidy_data.R
Takes one ore two .csv files Returns tidy wide table with selected types of shoots: columns are species' sums of shoot numbers per a year for all samples. The first column is named "year", containes years. Rows contain shoot numbers of species for a year.
1 2 3 4 5 6 7 8 |
csv_file |
Name of .csv file containes raw data. No default. |
csv_file_2 |
Name of second .csv file to be united with the first one. It must be checked, that the data are from the SAME period. Default to NULL |
need_abbr |
Boolean, if it is needed to abbtriviate species names. Default to FALSE. |
state |
State of shoots. Can be NULL for all states of shoots, "g" for generative, "v" for vegetative, "v+j" for vegetative and juvenile. Default to NULL. |
first_year |
The first year of the period. Default to NULL. |
last_year |
The last year of the period. Default to NULL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.