Description Usage Arguments Value Examples
Delete a Hipchat room.
1 | hipchat_delete_room(room_name_or_id, confirm = TRUE, api_token = api_token)
|
room_name_or_id |
character or integer. |
confirm |
logical. Whether or not to ask for a confirmation message
before deleting the room. By default, |
api_token |
character. By default, |
TRUE
or FALSE
according as the room was deleted.
1 2 3 4 5 6 | ## Not run:
hipchat_create_room('Example room')
hipchat_delete_room('Example room') # Will ask a confirmation message.
hipchat_delete_room('Example room', confirm = FALSE) # Dangerous! No confirmation.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.