Nothing
# Google Scopes
find_scopes <- function(app_name) {
### Declare all the scopes
scopes <- list(
google = c(
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/analytics.readonly",
"https://www.googleapis.com/auth/forms.responses.readonly",
"https://www.googleapis.com/auth/forms.body.readonly"
),
github = c("repo")
)
return(scopes[app_name])
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.