cfind: Find objects by name and class

View source: R/cfind.R

cfindR Documentation

Find objects by name and class

Description

Wrapper of the apropos function for finding objects, but includes the ability to find objects based on class. "c"find for "class" find.

Usage

cfind(what, ignore.case = TRUE, class = "any")

Arguments

what

See apropos

ignore.case

See apropos

class

character string with a class. Objects of class class will be returned.


neyhartj/neyhart documentation built on Jan. 17, 2024, 11:13 a.m.