fill_NA.Rd
This function replaces NA values with the nearest above value.
fill_NA(x)
vector
Vector with NA values replaced with the nearest above value
xx %>% mutate(Column1 = fill_NA(Column1)) #> Error: object 'xx' not found