It provides a means to compute any level of quantiles for a given vector. Functions will pass in the data vector to check and a vector of quantiles. The function will return a vector of the same size as the data vector with the associated quantile from the given quantile vector.
Usage: fill_quantile(
df$field, c(.25,.5,.75,1)
Download the file: fill_quantiles.R