Learn R Programming

stoichUtilities (version 1.0.2)

metadataSTOICH: Explore The STOICH Data

Description

Used to help explore the STOICH data.

Usage

metadataSTOICH(dataTables, metadata = NA)

Value

A vector or table with the requested data.

Arguments

dataTables

The STOICH data tables loaded using loadSTOICH.

metadata

A character describing what type of metadata is being requested. Possible options are: "variables", "joined", "full". metadata="joined" returns the variable names after joinSTOICH is performed (you can use this name before the join to identify a table and variable). metadata="full" returns a table of all the variables, the table name it belongs to and what data is stored in each variable.

Author

Chad Petersen cpetersen4@unl.edu

Examples

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

# list the variable names
metadataSTOICH(stoichData, "variables")

}

Run the code above in your browser using DataLab