GetTidyTwoDimensionalArray: 'GetTidyTwoDimensionalArray'

View source: R/get.R

GetTidyTwoDimensionalArrayR Documentation

GetTidyTwoDimensionalArray

Description

Checks that an array is two dimensional and tidies if appropriate (assuming it is a Q table).

Usage

GetTidyTwoDimensionalArray(
  x,
  row.names.to.remove = NULL,
  column.names.to.remove = NULL
)

Arguments

x

The data that is being analyzed

row.names.to.remove

A vector of the row labels to remove.

column.names.to.remove

A vector of the column labels to remove.


Displayr/flipData documentation built on March 2, 2024, 3:49 a.m.