ErrorIfNotEnoughData: ErrorIfNotEnoughData

View source: R/chartutils.R

ErrorIfNotEnoughDataR Documentation

ErrorIfNotEnoughData

Description

Returns an error if there is not enough data for charting.

Usage

ErrorIfNotEnoughData(x, require.tidy = TRUE, require.notAllMissing = FALSE)

Arguments

x

The data to be plotted.

require.tidy

The data is assumed to be a numeric vector, matrix, array, or data frame.

require.notAllMissing

The data is required to contain at least one non-NA value.


Displayr/flipStandardCharts documentation built on Sept. 7, 2024, 1:18 a.m.