pubsub_auth {googlePubsubR} | R Documentation |
Authenticate a Pub/Sub client
Description
Authenticate a Pub/Sub client
Usage
pubsub_auth(
json_file = Sys.getenv("GCP_AUTH_FILE"),
token = NULL,
email = NULL
)
Arguments
json_file |
|
token |
|
email |
|
Value
None, called for side effects
See Also
Other Auth functions:
ps_project_get()
,
ps_project_set()
[Package googlePubsubR version 0.0.4 Index]