find_col: Title

View source: R/find_col.R

find_colR Documentation

Title

Description

Title

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 usefull 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/udaicR documentation built on July 15, 2022, 12:54 p.m.