Uses the message ID in the message object to query the comments associated with it and

message_to_html(message, index = 1, file = "")

Arguments

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: ''

Value

filepath to the html created

Details

if file is '' then a tmepfile will be written created and written to.

Examples

if (FALSE) { if(interactive()){ project_messages <- basecamper::basecamp_messages('project','14542533') x <- message_to_html(project_messages) view_messages(x) } }