Description Usage Arguments Value Author(s)
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.
1 | time_rawshape(file,Pcol,Dcol,tz,order,sep,skip)
|
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. |
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.
Remy Moine <remymoine95@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.