if (FALSE) {
# Load the data
stoichData <- loadSTOICH(dataPath="C:/Users/example_user/STOICH_data_location")
# filtering by table such as:
stoichFiltered <- filterSTOICH(dataTables=stoichData,
var="TrophicMode",
val="photoautotroph",
condition="not equal") |>
filterSTOICH(dataTables=stoichFiltered,
var="Latitude",
val=c(104.92, 103.01),
condition="range")
stoichTable <- joinSTOICH(stoichFiltered)
}
Run the code above in your browser using DataLab