col_to_vec: This converts a data frame column to a vector, similar to the...

View source: R/col_to_vec.R

col_to_vecR Documentation

This converts a data frame column to a vector, similar to the "$" operator in base R.

Description

This converts a data frame column to a vector, similar to the "$" operator in base R.

Usage

col_to_vec(col)

Arguments

col,

the data frame column

Value

vector with elements of the column


kingsuching/Frost2021Package documentation built on March 19, 2022, 11:51 p.m.