Takes a data frame (that has the starting value of measurements as an attribute) and sampling frequency as input. Outputs the data frame with additional column containing timestamps of measurement.
1 2 | addTimestamp(dataframe, frequency, start = attr(dataframe, which =
"measurementStart"))
|
dataframe |
The name of the dataframe. |
frequency |
The frequency of measurement in Hz. |
start |
The initial timestamp. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.