get_exported_functions {origin}R Documentation

Get All Exported Functions From a Package

Description

Get All Exported Functions From a Package

Usage

get_exported_functions(pkg)

Arguments

pkg

a character string of a package name

Value

character vector of functions names

Examples

get_exported_functions("base")

[Package origin version 1.1.2 Index]