R/commenting.R

Defines functions reply_comment

#' @export reply_comment
reply_comment <- function(comment_object, body) {
  comment_object$reply(body=body)
}
fdrennan/redditor documentation built on April 29, 2020, 12:03 p.m.