showme: Basic data information

Description Usage Arguments Examples

View source: R/utils.R

Description

Prints basic information about the data.frame.

Usage

1
showme(x, size = 10, show = c("tiles", "head", "tail", "none"))

Arguments

x

input data frame.

size

number of rows/columns to be printed.

show

parameters that controls print content.

  • tiles - shows top left and bottom right cells (size of both subsets is controlled by size parameter)

  • head - shows top size rows

  • tail - shows bottom size rows

  • none - does not show the content

Examples

1
2
3
  # create artificial data
  adata <- artificial.data(rnd_features = 1000)
  showme(adata)

rmcfs documentation built on Sept. 18, 2021, 5:07 p.m.

Related to showme in rmcfs...