Description Usage Arguments Details Value See Also Examples
View source: R/smet-function.R
Function to read a a SMET file
1 2 3 4 |
file |
SMET file name |
numeric |
logical value |
non_numeric_fields |
fields, except |
timezone.offset.sign |
It can be |
date.field |
field neme used for date and time. Default is |
date.format |
format used for date and time. Default is |
comment |
character symbol used to comment lines or part of lines. Default is |
station.field |
field name used for station ID. Default is |
... |
further arguments |
To better understand the use of timezones in R (tz
attribute) see the following link:
http://stackoverflow.com/questions/11927433/timezones-in-r-how-to-avoid-ambiguous-terms-such-as-est
a smet-class
object
1 2 | file <- system.file("examples/test.smet",package="RSMET")
sm <- smet(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.