View source: R/download_fields.R
download_fields | R Documentation |
Request fields data (all_fields1) from Snowflake
download_fields(conn, min_year = NA, max_year = NA)
conn |
The connection to the Snowflake database |
The all_fields1 data frame.
all_fields1 <- download_crops(myconn) %>% filter(state %in% c('AZ','ID','UT'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.