chr_string: Return character into a vector (you can copy into r source...

View source: R/chr_string.R

chr_stringR Documentation

Return character into a vector (you can copy into r source file instead of writing it manually)

Description

This function returns characters into a vector (you can copy into r source file instead of writing it manually)

Usage

chr_string(x, writeline = NULL)

Arguments

x

specify character or string vector to be converted

writeline

TRUE/FALSE whether to return interpretable written language or not

Value

returns a dataframe

Examples

## Not run: 
letters[1:4]
chr_string(letters[1:4])
chr_string(letters[1:4], writeline = T)
chr_string(letters[1:4], writeline = F)

## End(Not run)

IbrahimHE/wrangler documentation built on March 27, 2022, 4:23 p.m.