char_to_symbol: Helper function to turn characters to symbols

View source: R/wr_helpers.R

char_to_symbolR Documentation

Helper function to turn characters to symbols

Description

useful when programming with functions in this package, when variable names used to store column names as characters are used as arugments. It is simply a wrapper function for the case of using the parse() function that convert characters into an unevaluated symbol

Usage

char_to_symbol(characters)

Arguments

characters

characters or vector of characters to be turned into symbol


kleu046/wr.data.table documentation built on April 25, 2022, 1:41 p.m.