Learn R Programming

weatherjoin (version 0.2.2)

.resolve_time_api: Resolve time_api based on user choice and input resolution

Description

Resolve time_api based on user choice and input resolution

Usage

.resolve_time_api(
  dt,
  time_api = c("guess", "hourly", "daily"),
  input_res = c("hourly", "daily"),
  tz = "UTC",
  dummy_hour = 12L
)

Arguments