fill missing data values into one column from another column; will only fill values that are NA

fill1col2another(df, x, y)

Arguments

df

dataframe input

x

column to fill

y

column to fill from

Value

filled dataframe

Author

Avants BB