inst/examples/example_character.R

#' An example character vector
#'
#' This example is used to test extracting documentation from
#' a character vector which typically does not contain
#' a source reference.
example_character <-
    c( "first"  #< the first element
     , "second" #< the second element
     )
RDocTaskForce/documentation documentation built on May 8, 2019, 5:50 a.m.