clean_data: Clean the data: create 'DATETIME' field, remove fractional...

Description Usage Arguments Value

View source: R/clean.R

Description

Clean the data: create DATETIME field, remove fractional and unwanted valves

Usage

1
clean_data(raw_data, tz = "", remove_valves = c())

Arguments

raw_data

A data.frame of data returned by process_directory.

tz

Timezone of Picarro timestamps, e.g. "America/New_York", character. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.

remove_valves

An optional vector of integer valve numbers to remove from the data, e.g. ambient ports.

Value

The cleaned data.


PNNL-TES/picarro.data documentation built on Nov. 14, 2019, 11:03 p.m.