autoGoogleAPI icon indicating copy to clipboard operation
autoGoogleAPI copied to clipboard

Unofficial Google R packages. These are a collection of Google API R packages auto-generated by googleAuthR v0.5

autoGoogleAPI

These are a collection of 163 Google API R packages auto-generated by googleAuthR v0.5

Code run

library(googleAuthR)

api_df <- gar_discovery_apis_list()

api_json_list <- mapply(gar_discovery_api, api_df$name, api_df$version)

## takes about 90 mins to run through them all
result <- lapply(api_json_list, 
                 gar_create_package, 
                 directory = "/Users/mark/dev/R/autoGoogleAPI",
                 github = FALSE, 
                 overwrite = FALSE)