rm_inactive | R Documentation |
Remove Inactive Individuals
rm_inactive(df,inactivity_period = "1 day", sampling_rate = "1 hour")
df |
a data.frame where the first column is a datetime object. |
inactivity_period |
a string indicating what will be considered the period of inactivity necessary to be removed. Default = "1 day". |
sampling_rate |
a string indicating the sampling rate of the data. Default = "1 hour". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.