View source: R/utility_functions.R
tl | R Documentation |
Print the first n rows and first n columns of a matrix or dataframe for a quick look at the row/column structure of the object.
tl(obj, n = 5)
obj |
A matrix or dataframe. |
n |
Number of rows and columns to print. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.