asForm {qreport} | R Documentation |
asForm
Description
Convert Vector of Variables Names to a Right-Sided Formula
Usage
asForm(x)
Arguments
x |
character vector |
Details
Given a vector of character strings, turns them into a formula with no left hand side variable.
Value
formula
Author(s)
Frank Harrell
Examples
asForm(letters[1:6])
[Package qreport version 1.0-1 Index]