a formula or character vector specifying which variables to exclude from consideration
ndistinct
minimum number of distinct numeric values a variable must have to be considered continuous
nnonnum
maximum number of distinct values a variable can have to be considered discrete
Author
Frank Harrell
Details
For all the variables in a data frame/table, analyzes them to determine types: continuous, nonnumeric, and discrete. include and exclude can be vector or right-side-only formulas.