Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Variables Won't Pull #8

Open
benjaminwnelson opened this issue Feb 20, 2019 · 1 comment
Open

New Variables Won't Pull #8

benjaminwnelson opened this issue Feb 20, 2019 · 1 comment

Comments

@benjaminwnelson
Copy link
Collaborator

benjaminwnelson commented Feb 20, 2019

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"

@benjaminwnelson
Copy link
Collaborator Author

Looks like the case of some of the variables have changed since I pulled last. Easy Fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant