Skip to contents

Model values from postbin output file are read and prepared in long format. Each line corresponds to a single "measurement": date, time, station code and value.

Usage

import_data_postbin(file = file.choose())

Arguments

file

Character vector with the path to input data from postbin.

Value

A data.table in long format.

Examples

if (FALSE) {
dataFile <- c("extdata/PM10_2008.txt")
data <- import_data_postbin(dataFile)
}