Description Usage Arguments Examples
View source: R/fitness_store_auth.R
Authorize access to Google Fitness Store. Access token will be cached by default.
1 | fitness_store_auth(cache = TRUE)
|
cache |
Should token be stored locally? Defaults to TRUE. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
#First set up client id and secret in
# google cloud console
#https://developers.google.com/fit/rest/v1/get-started
fitness_store_auth()
#add some subsequent steps
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.