Description Usage Arguments Value Examples
View source: R/filter_to_season.R
Filters crop data to only crops which grow in the specified season.
1 2 3 4 5 | filter_to_season(
season,
crop_data = croptimizer::crops,
seasonsal_values = croptimizer::seasonal_values
)
|
season |
character containing current season |
crop_data |
data.frame containing crop data, defaults to package data 'crops' |
data.frame containing crop data filtered to current season crops
1 2 | ## Filters to fall season
filter_to_season(season = "fall")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.