if (FALSE) {
# Load the data
stoichData <- loadSTOICH(dataPath="C:/Users/example_user/STOICH_data_location")
# filtering by table and pairing example with pipes:
stoichFiltered <- stoichData |>
filterSTOICH(var="Latitude", val=c(54.1, 103.1), condition="range") |>
locateDataPairsSTOICH(timeDiff=2, timeUnits="weeks", distance=1, pairMethod="1.5days=2.1km")
stoichTable <- joinSTOICH(stoichFiltered)
}
Run the code above in your browser using DataLab