hipchat_topic: Change the topic of a room.

Description Usage Arguments Examples

View source: R/room.R

Description

Change the topic of a room.

Usage

1
hipchat_topic(room_name_or_id, topic, api_token = hipchat_api_token())

Arguments

room_name_or_id

character or integer.

topic

character. Must be under 250 characters.

api_token

character. By default, hipchat_api_token().

Examples

1
2
3
4
## Not run: 
  hipchat_topic('Some room', 'This is the new topic')

## End(Not run)

robertzk/hipchat documentation built on May 27, 2019, 10:34 a.m.