weather | R Documentation |
Summarize hourly weather data to either daily, monthly, or lunar monthly level.
weather(
level = "daily",
fill = FALSE,
horizon = 365,
temperature_limit = 4,
path = get_default_data_path()
)
level |
specify 'monthly', 'daily', or 'newmoon' |
fill |
specify if missing data should be filled, passed to |
horizon |
Horizon (number of days) to use when calculating cumulative values (eg warm weather precip) |
temperature_limit |
Temperature limit (in C) to use when calculating cumulative values (eg warm weather precip) |
path |
either the file path that contains the PortalData folder or "repo", which then pulls data from the PortalData GitHub repository |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.