JoinNA: dplyr Join that Fills NAs

Description Usage Arguments Value

View source: R/JoinNA.R

Description

JoinNA performs a selected dplyr join and fills ALL NAs

Usage

1
JoinNA(x, y, join_type, fill = 0, ...)

Arguments

x

a data.frame (left in left_join)

y

a data.frame

join_type

dplyr join

fill

numeric or character to fill NAs

...

by arguement plus any additional args for join

Value

data.frame


MattKelliher-Gibson/prepr documentation built on March 21, 2020, 3:16 p.m.