joinForeignTbl {editbl} | R Documentation |
Merge a tbl with it a foreignTbl
Description
Merge a tbl with it a foreignTbl
Usage
joinForeignTbl(
tbl,
foreignTbl,
keepNA = TRUE,
by = foreignTbl$by,
copy = TRUE,
type = c("inner", "left")[1]
)
Arguments
tbl |
|
foreignTbl |
|
keepNA |
|
by |
named |
copy |
|
type |
|
Details
see also dplyr
join functions, for example dplyr::left_join
.
Value
tbl
, containing both columns from argument tbl
and argument foreignTbl
.
Author(s)
Jasper Schelfhout
[Package editbl version 1.0.5 Index]