show.df: Print first several columns of a data.frame in a slot of an...

Description Usage Arguments

View source: R/1-2-method-def.R

Description

show method call this function to print a data.frame.

Usage

1
2
show.df(object, slot.name, k = ncol(methods::slot(object, slot.name)),
  l = nrow(methods::slot(object, slot.name)))

Arguments

object

The object.

slot.name

The slot name storing the data.frame

k

First k columns will be printed.

l

First l rows will be printed.


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.