DrylandEcology / rSFSW2

rSFSW2: A R package to create soil water balance simulation experiment
GNU General Public License v3.0
8 stars 7 forks source link

Function to subset output database by certain records and certain fields #328

Closed dschlaep closed 6 years ago

dschlaep commented 6 years ago

For instance, function(db1, fields = list(table1 = c("MAT", "MAP"), Pids = NULL) would create a copy of db with same structure/design tables and output tables table1 containing the fields of MAT and MAP and all P_id values.