Learn R Programming

stoichUtilities (version 1.0.2)

filterJoinSTOICH: Filter Based on Simulated Joins of STOICH Data Tables

Description

Filters STOICH data tables following a filtering operation against rows of other tables to remove any corresponding entries from other tables.

Usage

filterJoinSTOICH(dataTables, filtTable)

Value

Tables with corresponding entries that were removed from one table removed from the other tables.

Arguments

dataTables

The STOICH data tables filtered using filterSTOICH.

filtTable

The table name filtering was performed on.

Author

Chad Petersen cpetersen4@unl.edu

Examples

Run this code
if (FALSE) {
# Not typically run independently. This function is called by filterSTOICH
# to clean up before returning data.
}

Run the code above in your browser using DataLab