topics_exists {googlePubsubR} | R Documentation |
Check if a topic exists
Description
Check if a topic exists
Usage
topics_exists(topic, project = ps_project_get())
Arguments
topic |
|
project |
|
Value
logical
, TRUE if topic exists, FALSE otherwise
See Also
Other Topic functions:
topics_create()
,
topics_delete()
,
topics_get()
,
topics_list_subscriptions()
,
topics_list()
,
topics_patch()
,
topics_publish()
[Package googlePubsubR version 0.0.4 Index]