see: Print first lines & columns from a data frame

Description Usage Arguments Value Author(s)

View source: R/see.R

Description

This functions allows you to print your dataframe/matrix without noise. Explore it just like the "head()" function, but with limited columns showed. It's an alias for df[1:10,1:10], but handling these values (10) if your data has fewer dimensions (lines or columns).

Usage

1

Arguments

df

A data frame or matrix.

Value

Printing of the very first lines and columns of your data frame / matrix.

Author(s)

CainĂ£ Max Couto-Silva


cmcouto-silva/gt documentation built on June 6, 2021, 7:14 p.m.