Forward or back fill single column in dataframe or data.table
data$column <- na.locf(data$column, ...)