googleCloudStorageR (version 0.7.0)

gcs_setup: Help set-up googleCloudStorageR

Description

Use this to make a wizard to walk through set-up steps

Usage

gcs_setup()

Arguments

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

Run this code
# NOT RUN {
# }
# NOT RUN {
library(googleCloudStorageR)
gcs_setup()

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab