top: Display the first k rows and first k columns of the data

View source: R/one_liners.R

topR Documentation

Display the first k rows and first k columns of the data

Description

Display the first k rows and first k columns of the data

Usage

top(x, k = 6)

Arguments

x

data.frame

k

number of rows and columns to view

Author(s)

Kevin Wang

Examples

top(mtcars)

kevinwang09/SmokyScotch documentation built on Aug. 25, 2022, 5:41 p.m.