show: Show

View source: R/show.R

showR Documentation

Show

Description

Show the first few rows and columns of a dataset.

Usage

show(x, row_1 = 1, row_n = 4, col_1 = 1, col_n = 4)

Arguments

x

data.frame of interest

row_1

the first row shown

row_n

the last row shown

col_1

the first column shown

col_n

the last column shown

Value

“x[row_1:row_n, col_1:col_n]“


stcolema/mdiHelpR documentation built on July 28, 2024, 5:41 a.m.