powered by
lists the names of the variables in the dataset
describe(pattern = NULL)
an optional regular expression which only returns variable names that match the expression
A vector of names of variables with an attribute called "type" giving the types of the variables. The class of the object is "varlist".
# NOT RUN { use(cars, clear=TRUE) describe() describe("s*") # }
Run the code above in your browser using DataLab