fget: Find a function with specified name.

View source: R/fget.r

fgetR Documentation

Find a function with specified name.

Description

Find a function with specified name.

Usage

fget(name, env = parent.frame())

Arguments

name

length one character vector giving name

env

environment to start search in.

Examples

c <- 10
fget("c")

pryr documentation built on Jan. 18, 2023, 1:08 a.m.

Related to fget in pryr...