Learn R Programming

googlePubsubR (version 0.0.4)

topics_exists: Check if a topic exists

Description

Check if a topic exists

Usage

topics_exists(topic, project = ps_project_get())

Value

logical, TRUE if topic exists, FALSE otherwise

Arguments

topic

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

project

character GCP project id

See Also

Other Topic functions: topics_create(), topics_delete(), topics_get(), topics_list_subscriptions(), topics_list(), topics_patch(), topics_publish()