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

Description Usage Arguments Value See Also

View source: R/fill_left.R

Description

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

Usage

1

Arguments

df

a data frame having some NA values

Value

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

See Also

fill_left is a helper function inside lines_sort


JumpeR documentation built on Nov. 17, 2021, 1:07 a.m.