gcs_source {googleCloudStorageR} | R Documentation |
Source an R script from the Google Cloud
Description
Download an R script and run it immediately via source
Usage
gcs_source(script, bucket = gcs_get_global_bucket(), ...)
Arguments
script |
The name of the script on GCS |
bucket |
Bucket the stored objects are in |
... |
Passed to source |
Value
TRUE if successful
See Also
Other R session data functions:
gcs_load()
,
gcs_save_all()
,
gcs_save_image()
,
gcs_save()
[Package googleCloudStorageR version 0.7.0 Index]