R Func Quantile
# R quantile() Function - Calculate Quantiles
[ R Language Examples](#)
The R quantile() function is used to calculate quantiles of data.
Quantiles are points that divide sorted data by proportion. For example, the median is the 50% quantile.
The syntax of the quantile() function is as follows:
quantile(x, probs
YouTip