fill single column with na.locf

Scott Prevost

2019/03/15

Forward or back fill single column in dataframe or data.table

data$column <- na.locf(data$column, ...)