if (FALSE) {
# use `galah_config()` to set for all occurrence queries
galah_config(authenticate = TRUE)
x <- galah_call() |>
identify("Wollemia nobilis") |>
collect()
# use in-pipe for more control
x <- galah_call() |>
identify("Wollemia nobilis") |>
authenticate() |>
collect()
}
Run the code above in your browser using DataLab