Fill all missing values in a vector with the minimum value if it is known.
fill_missing_min(x, min_known_n = NULL, min_known_p = NULL)
The vector to fill
numeric value: the minimum number of not-missing values
numeric value between 0 and 1: the minimum fraction of not-missing values
a filled vector