align_data | R Documentation |
This function serves as a precursor to create_dataframe().
align_data(data = NULL, original_alignment = NULL)
data |
A dataframe with a timestamp and a variable. Column names: "time" and "data". |
original_alignment |
A string indicating the original alignment of the input data. Options: 'start', 'end'. |
a dataframe with data aligned to the start of the period
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.