Description Usage Arguments Value Examples
View source: R/filter_to_days.R
Filters crop dataset to only crops which have sufficient time left to grow.
1 2 3 4 5 | filter_to_days(
day_of_season,
crop_data = croptimizer::crops,
seasonal_values = croptimizer::seasonal_values
)
|
day_of_season |
integer or numeric representing the date (current day number) of current season |
crop_data |
data.frame containing crop data, defaults to package data 'crops' |
data.frame containing crop data filtered to crops which have sufficient time left in the season to grow
1 | filter_to_days(day = 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.