see_at: Display Variable Details for a selction of variables in a...

Description Usage Arguments Examples

View source: R/see_at.R

Description

This function displays the following details of each variable:

See is an S3 generic and currently works with objects of class 'character', 'factor', 'numeric', 'data.frame', 'labelled', 'haven_labelled', 'POSIXct' and 'Date'.

Usage

1
see_at(data, variables)

Arguments

data

The data.frame from which variables are selected.

variables

The variables that should be displayed, in quotes.

Examples

1
see_at(mtcars, variables = c("cyl", "mpg"))

fschaffner/Xplorer documentation built on Oct. 4, 2019, 1:27 a.m.