Learn R Programming

weatherjoin (version 0.2.2)

.attach_weather: Join weather back to events (supports rolling join for hourly)

Description

Join weather back to events (supports rolling join for hourly)

Usage

.attach_weather(
  x,
  weather,
  params,
  tz = "UTC",
  roll = c("nearest", "last", "none"),
  roll_max_hours = NULL,
  coord_digits = 5
)

Arguments