WarnIfVariablesSelectedFromMultipleDataSets: WarnIfVariablesSelectedFromMultipleDataSets

View source: R/warnings.R

WarnIfVariablesSelectedFromMultipleDataSetsR Documentation

WarnIfVariablesSelectedFromMultipleDataSets

Description

Check the contents of the global environment for values of the dataset attribute attached to any object. This will typically be the environment of a Standard R output in Displayr or Q. Warn if there is more than one data set. The purpose of this is to warn a Displayr user if they have accidentally supplied data from multiple files. Most analysis methods assume the data comes from a single file. Using multiple files is dangerous because the number of cases may not match, and even if the number of cases does match, there is no guarantee that the cases are in the same order.

Usage

WarnIfVariablesSelectedFromMultipleDataSets()

NumbersInternational/flipU documentation built on March 2, 2024, 10:55 a.m.