importOneCSV: Import from one .csv file.

Description Usage Arguments Value

View source: R/import.R

Description

Import from one .csv file.

Usage

1
2
importOneCSV(station, polutant, year, path = getwd(), noHours = "1",
  skip = 3, exact = FALSE)

Arguments

station

chr, name of the chosen station.

polutant

chr, name of chosen polutant.

year

chr, chosen year (yyyy).

path

chr, path to folder containing .xlsx file or path to .xlsx file.

noHours

chr, 1 or 24, defaults to 1 (hourly meas.)

skip

int, number of rows to skip, defaults to 3. Do not change if unchanged GIOŚ files are used.

exact

lgl, TRUE if path is a path to .xlsx file.

Value

tibble


mstaniak/giosDownloader documentation built on Aug. 27, 2019, 6:33 a.m.