Description Usage Arguments Value
Partition data using a sliding window
| 1 | slide_window(data, key = NULL, w_size = 10, ...)
 | 
| data | A data.frame or list of data points | 
| key | Name of column in data (if data is data.frame) that should be used as key for each window. | 
| w_size | The size of the window to create | 
| ... | Arguments that should be passed to the create_window function | 
A nested data.frame with all windows along with corresponding key.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.