GetNonEmptyRowsAndColumns: Get Names of Empty Entries From a Table Or Vector

View source: R/hideemptyrowsandcolumns.R

GetNonEmptyRowsAndColumnsR Documentation

Get Names of Empty Entries From a Table Or Vector

Description

Searches for empty rows or columns in a table and returns a copy with those entries removed

Usage

GetNonEmptyRowsAndColumns(x, use.names = TRUE, is.percent = NULL)

Arguments

x

matrix; vector; or list

use.names

logical; if TRUE

is.percent

logical; indicating whether the supplied data are percentages; specifying a value of NULL (the default) means that the function will check for an attribute of x called "statistic" to check for percentages

Value

Two-element list containing the non-empty indices


NumbersInternational/flipTables documentation built on Feb. 26, 2024, 6:42 a.m.