R/package-roclang.R

#' roclang: A package for diffusing function documentations into 'roxygen' comments
#'
#' The 'roclang' package facilitates efficient diffusing of content across function documentations.
#' Sections, parameters or dot parameters are extracted from function documentations and turned into valid Rd character strings,
#' which are ready to diffuse into the 'roxygen' comments of another function by inserting inline code.
#'
#' @section Functions:
#' * Text extraction and manipulation function: \code{\link{extract_roc_text}}.
#' * Rd evaluation and compilation function: \code{\link{roc_eval_text}}.
#'
#' @note Change log:
#' \itemize{
#'   \item{0.1.1 Xiurui Zhu - Initiate the document.}
#' }
#' @author Xiurui Zhu
#'
#' @docType package
#' @name roclang-package
#' @aliases roclang
NULL

Try the roclang package in your browser

Any scripts or data that you put into this service are public.

roclang documentation built on May 31, 2023, 8:44 p.m.