fill_cols: find columns that has at minimum 'th' number of non-NA values...

fill_colsR Documentation

find columns that has at minimum 'th' number of non-NA values and fill missings with upper above closest non-NA value

Description

find columns that has at minimum 'th' number of non-NA values and fill missings with upper above closest non-NA value

Usage

fill_cols(df, th = 1, direction = "down")

Arguments

th

threshold value used to identify columns with minimal number of unique value count, if min value < th then add to target column list

direction

fjoe88/d8ahelper documentation built on Feb. 6, 2023, 7:55 a.m.