Skip to contents

Extracting the raw measurements from the `env.data` object structure.

Usage

showRaw(
  data = stop("You need to specify the data!", call. = FALSE),
  rows = 1:5,
  columns = 1:5
)

Arguments

data

Object of class `env.data`.

rows

Vector containing either numbers of rows or row names to show. By default, if no 'rows' or 'columns' argument is given, the function returns a 5x5 matrix.

columns

Vector containing either numbers of columns or column names to show.

Value

Matrix (in ff format) with extracted data.