gcs_setup {googleCloudStorageR} | R Documentation |
Help set-up googleCloudStorageR
Description
Use this to make a wizard to walk through set-up steps
Usage
gcs_setup()
Details
This function assumes you have at least a Google Cloud Platform project setup, from which it can generate the necessary authentication keys and set up authentication.
It uses gar_setup_menu to create the wizard. You will need to have owner access to the project you are using.
After each menu option has completed, restart R and reload the library and this function to continue to the next step.
Upon successful set-up, you should see a message similar to Successfully auto-authenticated via /xxxx/googlecloudstorager-auth-key.json
and Set default bucket name to 'xxxx'
when you load the library via library(googleCloudStorageR)
See Also
Setup documentation on googleCloudStorageR website
Examples
## Not run:
library(googleCloudStorageR)
gcs_setup()
## End(Not run)
[Package googleCloudStorageR version 0.7.0 Index]