Closed dschlaep closed 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.
function(db1, fields = list(table1 = c("MAT", "MAP"), Pids = NULL)
db
table1
MAT
MAP
P_id
For instance,
function(db1, fields = list(table1 = c("MAT", "MAP"), Pids = NULL)
would create a copy ofdb
with same structure/design tables and output tablestable1
containing the fields ofMAT
andMAP
and allP_id
values.