fdn: Find name in dataframe

Description Usage Arguments Examples

View source: R/ipfun.R

Description

Return the matched (ignore case) names in the data obj.

Usage

1

Arguments

data

- the data object to look into

name

- the text string to search for

Examples

1
fdn(mtcars, 'p') # Return all the column nam containing 'p'

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