View source: R/seed_harvest_clean.R
seed_harvest_clean | R Documentation |
Filter/restructure seeding and harvest data
seed_harvest_clean(seed_harvest_data, method = NULL)
seed_harvest_data |
is a dataset containing the crop seeding and harvest dates for all the fields pulled from the database. |
method |
choose between 'current' or 'historic'. 'current' will only include the current year for crop season. 'historic' will exclude the current year from crop season. |
p <- seed_harvest_clean(seed_harvest_data, method = current) p <- seed_harvest_clean(seed_harvest_data, method = historic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.