fill_missing.Rdwrapper function to do check and call all fill_vector functions
fill_missing(x, min_known_n = NULL, min_known_p = NULL, type)
| 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 |