lsfun: List all available functions in a package

Description Usage Arguments Examples

View source: R/ipfun.R

Description

Return all the functions in the input: package_name

Usage

1
lsfun(package_name, output.list = F)

Arguments

name

- package_name: input package to list its function

Examples

1
2
lsfun("dplyr") # Return all the functions in dplyr package (tree view)
lsfun('dplyr', output.list=T) # Return all the functions as list

ipstone/ipfun documentation built on Nov. 17, 2020, 7:09 a.m.