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/KW documentation built on Aug. 20, 2022, 7:06 p.m.