Learn R Programming

stoichUtilities (version 1.0.2)

loadSTOICH: Load STOICH Data

Description

Loads STOICH data from release files.

Usage

loadSTOICH(dataPath = file.path(path.expand("~"), "data"))

Value

A list containing the STOICH data tables

Arguments

dataPath

The path to the STOICH data directory.

Author

Chad Petersen cpetersen4@unl.edu

Examples

Run this code
if (FALSE) {
stoichData <- loadSTOICH(dataPath="C:/Users/example_user/STOICH_data_location")
}

Run the code above in your browser using DataLab