readEventsFromFile | R Documentation |
Read Event Limits from File
readEventsFromFile(file, timezone = "UTC", header = FALSE)
file |
full path to file containing the event definitions |
timezone |
timezone to which the timestamps are to be converted. Default: "UTC" |
header |
TRUE if the file contains a header line (first non-comment-line). Default: FALSE. If the file contains a header line, it must contain the column captions "tBeg" and "tEnd" (begin and end timestamps of the event). |
data frame with columns tBeg and tEnd (POSIXct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.