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

character, Topic Required, topic name or instance of a topic object

project

character GCP project id

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]