fill_left {SwimmeR} | R Documentation |
Moves non-NA data left into NA spaces, then removes all columns that contain only NA values
fill_left(df)
df |
a data frame having some 'NA' values |
a data frame where all values have been pushed left, replacing 'NA's, and all columns containing only 'NA's have been removed
fill_left
is a helper function inside lines_sort
and
splits_parse