Five-number summary
Return min, Q1, median, Q3, max.
x (Vector): | List Numeric input.
Vector
na_rm (Bool): = false Remove NA values first.
Bool