postStatus | R Documentation |
Post the status of an origin, including a helpful message.
postStatus(
origin,
status,
message = NULL,
url = NA_character_,
link_text = NA_character_
)
origin |
Name of program that is posting status (character) |
status |
Typically "OK" or "Error" or "Failure" (character) |
message |
Useful, descriptive text message for user (optional, character) |
url |
URL of related app page, if any (optional, character) |
link_text |
Link text for anchor of related app page, if any (optional, character) |
Note that posting a new status will overwrite any existing status.
Nothing
See readStatus for reading status messages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.