.getValidTimes | R Documentation |
Read Times from Given Lines
.getValidTimes(mylines, timeformat = "%y-%m-%d %H:%M:%S")
mylines |
vector of character, each representing a line of a text file |
timeformat |
time format to be looked for in mylines. Default: "%y-%m-%d %H:%M:%S" |
list with elements tstamps (timestamps as text in ISO format) and tstampIndex (contains for each text line the index in tstamps at which the timestamp corresponding to the line is found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.