hearhead: Gives an html table of the first few lines of the data frame...

Description Usage Arguments Value Examples

View source: R/hearhead.R

Description

Gives an html table of the first few lines of the data frame along with a description of the variables and dimension of the data frame.

Usage

1
hearhead(data.frame, nlines = 6, dec.places = 3)

Arguments

data.frame

a data frame

nlines

How many rows of the data frame will be shown in the table (default 6)

dec.places

How many decimal places should be shown if the variable is numeric (default 3)

Value

an html document with a table that has variable names, descriptions, and the first few lines of the data frame

Examples

1
2

benthegirl/BlindR documentation built on Aug. 1, 2019, 9:34 p.m.