Learn R Programming

repfun (version 0.1.2)

ru_contents: Generate proc contents of data frame similar to that generated by SAS

Description

Pass in a data frame and the contents will be displayed.

Usage

ru_contents(dsetin)

Value

'NULL' because the proc contents output will be displayed.

Arguments

dsetin

Incoming data frame to have proc contents generated.

Examples

Run this code
library(repfun)
repfun::ru_contents(mtcars)

Run the code above in your browser using DataLab