add_daily_climate_data: Add daily climate data to a database.

Description Usage Arguments

View source: R/climate-data.R

Description

Add daily climate data to a database.

Usage

1
2
add_daily_climate_data(db_connection, site_number, data, type = c("rainfall",
  "max_temperature", "min_temperature", "solar_exposure"), ...)

Arguments

db_connection

The database connection to an initialised bomdata database.

site_number

The site number to load. Ignored if site_data is not null.

data

A data frame retrieved using download_daily_climate_data. Optional. If not provided, this function will download the data.

type

Type of data to add.

...

Will be passed to download_daily_climate_data


mbertolacci/bomdata documentation built on May 22, 2019, 12:19 p.m.