If a data.frame object is passed, then a tibble object with
a column for subject id and then a column for each summary value is returned. If a vector of glucose
values is passed, then a tibble object without the subject id is returned.
as.numeric() can be wrapped around the latter to output a numeric vector with
values in order of Min, 1st Quantile, Median, Mean, 3rd Quantile and Max.