Skip to contents

Request fields data (all_fields1) from Snowflake

Usage

download_fields(conn, min_year = NA, max_year = NA)

Arguments

conn

The connection to the Snowflake database

Value

The all_fields1 data frame.

Examples

all_fields1 <- download_crops(myconn) %>% filter(state %in% c('AZ','ID','UT'))
#> Error in download_crops(myconn) %>% filter(state %in% c("AZ", "ID", "UT")): could not find function "%>%"