inst/testfiles/accessorFunctions.R

"vectorElements<-" <- function(
		### adds or replaces value in vec
		vec			##<< a named vector
		,value		##<< a named vector of same mode as vec
){
}

.result <- list(
  `vectorElements<-` = list(
    description = "adds or replaces \\code{value} in \\code{vec}",
    `item{vec}` = "a named vector",
    `item{value}` = "a named vector of same mode as \\code{vec}",
    format = "",
    title = "vectorElements<-"))

Try the inlinedocs package in your browser

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

inlinedocs documentation built on Oct. 19, 2023, 1:06 a.m.