Row-bind two schema-identical server-side omop.table data frames
Source:R/manipulate.R
ds.omop.bind_rows.RdStacks two server-side, token-keyed data frames that share an identical set of column names. The server re-gates the bound result on its DISTINCT person count: because the gate counts distinct persons rather than rows, binding a frame to itself cannot inflate the count and the result is still blocked when it covers too few individuals.
Arguments
- x
Character; name of the first (top) server-side
omop.tablesymbol. IfNULL(the default), the session's most recently produced output symbol is used.- y
Character; name of the second (bottom) server-side
omop.tablesymbol (must have identical column names toxserver-side).- newobj
Character; name of the server-side symbol to create. If
NULL(default), a unique name is generated.- symbol
Character; the session symbol used when the OMOP connection was initialised (default:
"omop").- conns
DSI connection object(s). If
NULL(the default), the connections stored in the active session are used.