Skip to contents

Get latest date with GDHs from the Snowflake database

Usage

get_latest_date(myconn)

Arguments

myconn

The connection to the Snowflake database

Examples

latest_date <- get_latest_date(myconn)
#> Error in DBI::dbGetQuery(myconn, "SELECT * FROM GDH_BYUI_DEV ORDER BY GDH_DATE DESC LIMIT 1;") %>%     pull(GDH_DATE): could not find function "%>%"