R/subtyper.R
fill1col2another.Rd
fill missing data values into one column from another column; will only fill values that are NA
fill1col2another(df, x, y)
dataframe input
column to fill
column to fill from
filled dataframe
Avants BB