find_func: Identifying the package of a function

View source: R/find_func.R

find_funcR Documentation

Identifying the package of a function

Description

I found this handy function to identify which package an R package belongs to. I found this function on Sebastian Sauer's blog.

Usage

find_func(f)

Arguments

f

name of function for which the package(s) are to be identified; a character string.

Value

A tibble.

Examples

## Not run: 
find_func("width")

## End(Not run)

emilelatour/lamisc documentation built on April 9, 2024, 10:33 a.m.