R/getFunctions.R

getFunctions <- function (pos)
{
	## Get a list of all R functions in a certain position
	return(as.character(lsf.str(pos = pos, all.names = TRUE)))
}

Try the svIDE package in your browser

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

svIDE documentation built on May 2, 2019, 3 p.m.