Learn R Programming

googlePubsubR (version 0.0.4)

topics_delete: Deletes a pub/sub topic

Description

Deletes a pub/sub topic

Usage

topics_delete(topic)

Value

None, called for side effects

Arguments

topic

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

See Also

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