fill_missing: Fill missing

Description Usage Arguments

View source: R/fill_missing.R

Description

wrapper function to do check and call all fill_vector functions

Usage

1
fill_missing(x, min_known_n = NULL, min_known_p = NULL, type)

Arguments

x

The vector to fill

min_known_n

numeric value: the minimum number of not-missing values

min_known_p

numeric value between 0 and 1: the minimum fraction of not-missing values

type

the type of fill missing function to be called


fillr documentation built on March 26, 2020, 7:23 p.m.