#imports
library(xts) #xts #period.apply #endpoints
library(lubridate) #date
library(ggplot2)
activity <- 'Motion.Index'
#Configs
data("df516b_2", package = "digiRhythm")
data <- df516b_2
data <- remove_activity_outliers(data)
df_act_info(data)
activity = names(data)[2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.