if (FALSE) {
file_id <- 12345
# create comments
x <- box_comment_create(file_id, "Report is ready.")
box_comment_create(comment_id = x$id, message = "Response to a comment")
# get comments
box_comment_get(file_id)
}
Run the code above in your browser using DataLab