dbW_addSites: Adds new sites to a registered weather database

View source: R/sw_dbW_WeatherDatabase.R

dbW_addSitesR Documentation

Adds new sites to a registered weather database

Description

Adds new sites to a registered weather database

Usage

dbW_addSites(site_data, ignore.case = FALSE, verbose = FALSE)

Arguments

site_data

A data.frame. The site data with column names Longitude, Latitude, and Label.

ignore.case

A logical value.

verbose

A logical value.

Value

An invisible logical value indicating success with TRUE and failure with FALSE.

Details

site_data requires columns Longitude, Latitude, and Label.


DrylandEcology/rSOILWAT2 documentation built on Jan. 12, 2024, 9:06 p.m.