Filter/restructure seeding and harvest data
seed_harvest_clean.Rd
Filter/restructure seeding and harvest data
Arguments
- 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.
Examples
p <- seed_harvest_clean(seed_harvest_data, method = current)
#> Error in seed_harvest_clean(seed_harvest_data, method = current): could not find function "seed_harvest_clean"
p <- seed_harvest_clean(seed_harvest_data, method = historic)
#> Error in seed_harvest_clean(seed_harvest_data, method = historic): could not find function "seed_harvest_clean"