Learn R Programming

rmcfs (version 1.1.1)

showme: 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

Run this code
  # Load rmcfs library.
  library(rmcfs)
  
  # Load alizadeh dataset.
  data(alizadeh)
  showme(alizadeh)

Run the code above in your browser using DataLab