You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with pulling some variables. The code is below. Do you see any issues with the code or could this be an issue with the package? Thanks!
Deepankar,
I'm having trouble with pulling some variables. The code is below. Do you see any issues with the code or could this be an issue with the package? Thanks!
type_filter <- "appleStandHour" ah_data_select(health_data, type_filter = "appleStandHour") stand_data <- ah_data_select(health_data, type_filter = "appleStandHour") colnames(stand_data)[4] <- "appleStandHour"
type_filter <- "mindfulSession" ah_data_select(health_data, type_filter = "mindfulSession") mindful_data <- ah_data_select(health_data, type_filter = "mindfulSession") colnames(body_mass_data)[4] <- "mindfulSession"
The text was updated successfully, but these errors were encountered: