Skip to contents

Establishes a connection to the BirdWeather GraphQL API. Must be called once per session before using any other package functions.

Usage

connect_birdweather()

Value

Invisibly returns the connection object

Examples

if (FALSE) { # \dontrun{
connect_birdweather()
} # }