## get wq and met data as separate objects for the same station
data(apacpwq)
data(apaebmet)
swmp1 <- apacpnut
swmp2 <- apaebmet
## combine nuts and wq data by union, set timestep to 120 minutes
comb(swmp1, swmp2, timestep = 120, method = 'union')Run the code above in your browser using DataLab