redivis$connect_dbi
redivis$connect_dbi() → DBI::DBIConnection
Returns:
Examples
con <- redivis$connect_dbi()
tbl(con, "demo.ghcn_daily_weather_data.stations") |> filter(latitude > 0) |> collect()
# Prints a tibble with the relevant weather stationsLast updated
Was this helpful?

