Skip to contents

Generates a small synthetic hourly weather time series that can be used in examples, tests, and package demonstrations.

Usage

example_weather_data(
  start = as.POSIXct("2024-01-01 00:00:00", tz = "UTC"),
  days = 30
)

Arguments

start

Start time for the series.

days

Number of days to generate.

Value

A data frame with hourly weather observations.