column_to_vec: Column to vector Takes a column of strings and puts them into...

View source: R/column_to_vec.R

column_to_vecR Documentation

Column to vector Takes a column of strings and puts them into an R-vector.

Description

This function is used to convert a column of strings into an R-vector without inserting commas manually.

Usage

column_to_vec()

Value

The vector. # Example: Mark A, B, C and press CTRL + C: # A # B # C


OskarGauffin/og documentation built on Nov. 23, 2022, 4:03 a.m.