knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

rOstluft.data

This Package contains air quality data from the measurement sites Zuerich Stampfenbachstrasse, Zuerich Schimmelstrasse and Zuerich Rosengartenstrasse for the years 2010 until 2014. The time resolution is 30 minutes.

The goal for rOstluft.data is to provide data in a raw format for examples and test of the package rOstluft.

Installation

You can install rOstluft.data from github with:

# install.packages("devtools")
devtools::install_github("Ostluft/rOstluft.data")

Example

The following code shows how to obtain the path to the csv files.

system.file("extdata", "Zch_Stampfenbachstrasse_2010-2014.csv",
     package = "rOstluft.data", mustWork = TRUE)

# helper function
rOstluft.data::f("Zch_Stampfenbachstrasse_2010-2014.csv")

# all files
list.files(system.file("extdata", package = "rOstluft.data"))

Sources



Ostluft/rOstluft.data documentation built on July 29, 2023, 11:10 a.m.