dot-: Generate a character vector from unquoted names

.R Documentation

Generate a character vector from unquoted names

Description

Generate a character vector from unquoted names

Usage

.(...)

Arguments

...

names to turn into text and place in a character vector

Details

This function is particularly useful when typing, for instance, a list of column names. .(ID,TIME) is the same as c("ID","TIME")

Value

A character vector of names

Examples

.(this,is,how,it,works)


qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.