find_name: find pattern in name's dataset

View source: R/find_name.R

find_nameR Documentation

find pattern in name's dataset

Description

find pattern in name's dataset

Usage

find_name(dataset, pattern)

Arguments

dataset

a data.frame (or list or anything with names parameter)

pattern

pattern we are looking for

Value

a list with position and value

Examples


find_name(iris,"Sepal")

ThinkR-open/thinkr documentation built on Aug. 25, 2022, 2:45 p.m.