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.
if (FALSE) {
# Load the datastoichData <- loadSTOICH(dataPath="C:/Users/example_user/STOICH_data_location")
# list the variable namesmetadataSTOICH(stoichData, "variables")
}