tab_percentiles: Tabulate percentiles for numeric variables
Description
This function tabulates specified percentiles for given numeric variables. If no variables are provided,
the function will attempt to describe all numeric (either integer or double) variables found within the input.
The percentiles are calculated based on the levels parameter, which defaults to every 10% from 10% to 90%.
NA values are always removed because the concept of a percentile is based on
ranking. As NA is not a value, it cannot be ordered in relation to actual numbers.