char: Convenient create vector of character without the need to...

View source: R/Utils.R

charR Documentation

Convenient create vector of character without the need to quote

Description

Convenient create vector of character without the need to quote, e.g. instead of typing c("a", "b", "c") just write char(a, b, c)

Usage

char(...)

Arguments

...

list of character separate by comma


kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.