find_col: find_col

View source: R/utils.find.column.R

find_colR Documentation

find_col

Description

find_col

Usage

find_col(data, string = "", show.col.number = FALSE)

Arguments

data

data.frame used

string

quoted string to search for (doesn't need wildcards) "dat" will look for "data" as well as "date"

show.col.number

sometimes it's useful to know the number of the columns found, this is where you ask for it

Value

list of names that contains the string with or without the column number besides it


feranpre/feR documentation built on Nov. 22, 2022, 2:29 a.m.