disVars {qreport} | R Documentation |
disVars
Description
Find Discrete Variables
Usage
disVars(...)
Arguments
... |
passed to [varType()] |
Details
Uses [varType()] to type the variables then retrieves the vector of names of discrete ones.
Value
character vector
Author(s)
Frank Harrell
Examples
## Not run:
disVars(mydata)
## End(Not run)
[Package qreport version 1.0-1 Index]