info_station: Get basic info of ONS station

View source: R/station-polygon.R View source: R/station-polygon (Cópia em conflito de statverse 2020-12-05).R

info_stationR Documentation

Get basic info of ONS station

Description

Get basic info of ONS station

Usage

info_station(
  name_regex = "MUNHOZ",
  YYYYMM = format.Date(Sys.Date() - 40, "%Y%m")
)

Arguments

name_regex

a string or regex to search for the name of the ONS station

YYYYMM

character vector with year (YYYY) and month (MM). Accepted formats are for example "201809", "2018", "2018.02", "2018-03", "2018-04-01", "2018/05".

Value

a tibble

See Also

confhd_data

Examples

if(FALSE){
 info_station("MUNHOZ")
}

lhmet-ped/HEgis documentation built on July 23, 2022, 2:59 a.m.