getData: Selecting airbox data

Description Usage Arguments Value Note Examples

View source: R/getData.R

Description

getData can select the airbox data for a specified period of time.

Usage

1

Arguments

data

A character implies the month of the airbox data which is going to be selected. The character should has 7 digits with the form of "YYYY-MM".

Value

getData returns a data frame of the airbox data for the selected period of time.

Note

In this airbox package, only 3 months of airbox data, which includes the information from 2017-JAN to 2017-MAR, was provided. Also, the timezone of the time of airbox data is in GMT+8.

Examples

1
mydata <- getData(data="2017-01")

cclljj/R-AirBox documentation built on May 18, 2019, 5:50 a.m.