fill_left: Shifts non-NA values to left in data frame

View source: R/fill_left.R

fill_leftR Documentation

Shifts non-NA values to left in data frame

Description

Moves non-NA data left into NA spaces, then removes all columns that contain only NA values

Usage

fill_left(df)

Arguments

df

a data frame having some 'NA' values

Value

a data frame where all values have been pushed left, replacing 'NA's, and all columns containing only 'NA's have been removed

See Also

fill_left is a helper function inside lines_sort and splits_parse


gpilgrim2670/SwimmeR documentation built on March 26, 2023, 5:05 p.m.