inst/example_packages/exampleGood/R/rd_sampler.R

#' Rd sampler title
#'
#' Rd sampler description with [Rd sampler link](www.example.com), `Rd sampler
#' in-line code`. And `r var <- "Rd dynamic content"; var`, _italics text_,
#' *emphasis text*.
#'
#' Rd sampler details
#' 
#' Rd sampler enumerated list
#' 1. One
#' 2. Two
#' 3. Three
#'
#' Rd sampler itemized list
#' * One
#' * Two
#' * Three
#'
#' | Rd | Sampler | Table |
#' |----|---------|-------|
#' | rd | sampler | table |
#'
#' \eqn{Rd + sampler + inline + equation}
#'
#' \deqn{Rd * sampler * block * equation}
#'
#' # Rd sampler subsection
#' 
#' Rd sampler subsection text
#'
#' ## Rd sampler sub-subsection
#'
#' Rd sampler sub-subsection text
#'
#' @note Rd sampler note
#'
#' @param x Rd sampler param
#' @param y Rd sampler param with default
#' @param ... Rd sampler ellipsis param
#'
#' @return Rd sampler return
#'
#' @examples
#' rd_sampler()
#'
#' @family rd_samplers
#' @seealso base::print
#'
#' @references 
#' R.D. Sampler. (2021)
#'
#' @author R.D. Sampler.
#'
#' @export
rd_sampler <- function(x, y = TRUE, ...) {
    
}

Try the checked package in your browser

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

checked documentation built on June 10, 2025, 9:08 a.m.