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

get_daily_data Line 60 #9

Closed
Esturban opened this issue Jul 14, 2016 · 1 comment
Closed

get_daily_data Line 60 #9

Esturban opened this issue Jul 14, 2016 · 1 comment

Comments

@Esturban
Copy link

@Esturban Esturban commented Jul 14, 2016

Hi Cory,
I wanted to thank you for fitbitScraper package. It has made pulling fitbit data very efficient and far more effective than Excel certainly would have.
Just noticed a small typo which generates an error, but does not impede the output. Changing the 3 to a 4 gives you the desired result without the warning.
if(what=="getTimeInHeartRateZonesPerDay"){
df <- cbind(dat_list$dateTime, dat_list$value, stringsAsFactors=FALSE)
names(df)[1:3] <- c("time", "zone1", "zone2", "zone3")
Thanks again for the library!

Esturban

@corynissen
Copy link
Owner

@corynissen corynissen commented Apr 13, 2017

Fixed in github, submitting to CRAN soon

@corynissen corynissen closed this Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.