Learn R Programming

box (version 1.2.0)

lsf: Return a list of function names in an environment

Description

Return a list of function names in an environment

Usage

lsf(envir)

Value

lsf returns a vector of function names in the given environment.

Arguments

envir

the environment to search in.