Skip to contents

Combines validated API trip data with GPS-matched survey records across all regions and uploads the result to cloud storage.

Usage

merge_survey_trips(log_threshold = logger::DEBUG, package = "coasts")

Arguments

log_threshold

The logging threshold to use. Default is logger::DEBUG.

package

Name of the package whose `inst/conf.yml` to read. Defaults to `"coasts"`. Pass your own package name when calling from a downstream package with a compatible configuration.

Value

Invisible NULL. Uploads merged trip data to cloud storage.

Examples

if (FALSE) { # \dontrun{
merged_data <- merge_survey_trips()
} # }