Skip to contents

Get all fields from the Snowflake database

Usage

get_all_fields(myconn)

Arguments

myconn

The connection to the Snowflake database

Examples

all_fields1 <- get_all_fields(myconn)
#> Error in DBI::dbGetQuery(myconn, fields_query) %>% rename(lat = LAT, lon = LON) %>%     distinct(FIELD_ID, .keep_all = TRUE): could not find function "%>%"