View source: R/download_crops.R
download_crops | R Documentation |
Request crop data (seed_harvest_wide) from Snowflake within a certain season range
download_crops(conn, gdd_info_formatted, min_year = NA, max_year = NA)
conn |
The connection to the Snowflake database |
min_year |
Minimum crop season year to pull from. Defaults to NA (pull all years) |
max_year |
Maximum crop season year to pull from. Defaults to NA (pull all years) |
The seed_harvest_df data frame.
seed_harvest_wide <- download_crops(myconn, min_year=2020, max_year=2022)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.