Description Usage Arguments Details Value See Also Examples
Posst a message to tibbr. The post can include links or attached files.
1 2 | tibbr.post(connection, content, subject = NULL, links = character(0),
attachments = character(0))
|
connection |
a |
content |
a character string containing the content of the message to post. |
subject |
a character vector or list containing any combination of character strings
containing the fully-qualified subject names (including the subject names
of all parent subjects, separated by Note that subject names consist of alphanumeric characters and the
special characters |
links |
a character vector containing URLs to link to in this post. |
attachments |
a character vector specifying the names of files to attach to this post. |
Errors encountered during the tibbr posting process will be raised by this function.
returns TRUE
invisibly.
tibbr.connect
, tibbr.subject
, tibbr.user
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
con <- tibbr.connect("try.tibbr.com", "myusername", "mypassword")
tibbr.post(con, "Hello, tibbr!") # Posts to your wall
tibbr.post(con, "Hello, salesmen!", subject="Sales")
tibbr.post(con, "Hello, everyone.",
subject=c("Sales", "Marketing", "Engineering.ProjectAlpha"))
tibbr.post(con, "Here's that proposal.", subject="Sales",
links="http://sales/Alpha_Proposal/",
attachments=c("AlphaCoverLetter.docx","AlphaProjections.csv"))
alpha <- tibbr.subject(con, "alpha")
tibbr.post(con, "To everyone involved in the Alpha project: Good job!", subject=alpha)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.