Description Usage Arguments Value Examples
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.
1 | hearhead(data.frame, nlines = 6, dec.places = 3)
|
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) |
an html document with a table that has variable names, descriptions, and the first few lines of the data frame
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.