Uses the message ID in the message object to query the comments associated with it and
message_to_html(message, index = 1, file = "")
message | message object returned by basecamper |
---|---|
index | numeric, indicies of comments to query (1 is earliest), Default: 1 |
file | character, path to save the HTML output, Default: '' |
filepath to the html created
if file is '' then a tmepfile will be written created and written to.
if (FALSE) { if(interactive()){ project_messages <- basecamper::basecamp_messages('project','14542533') x <- message_to_html(project_messages) view_messages(x) } }