time_rawshape: Import of Hobo RAW data in R

Description Usage Arguments Value Author(s)

Description

Create a data.frame containing a column with dates of measurements (format YYYY-MM-DD HH:MM:SS UTC) and a second one with measurements.

Usage

1
time_rawshape(file,Pcol,Dcol,tz,order,sep,skip)

Arguments

file

character string containing the path to the RAW csv file

Pcol

integer indicating the column number wich contains the Parameter data

Dcol

integer indicating the column number which contains the Dates of measurements

tz

character string (see OlsonNames()).

order

character string setting date format.

sep

character string indicating what is the separator in csv file. Default is ",".

skip

number of lines to skip before to read data.

Value

a data.frame containing a column with date of measurements in a "YYYY-MM-DD HH:MM:SS UTC" format and the hourly parameter's value for each date.

Author(s)

Remy Moine <remymoine95@gmail.com>


remymoine/PTS-R-package documentation built on May 16, 2019, 5:03 a.m.