showme {rmcfs}R Documentation

Basic data information

Description

Prints basic information about the data.frame.

Usage

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


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

[Package rmcfs version 1.3.5 Index]