topics_exists: Check if a topic exists

View source: R/topics.R

topics_existsR 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()


googlePubsubR documentation built on March 7, 2023, 6:38 p.m.