Changes in version 0.1.2 (2022-03-19) - Added the mean_format() function. Changes in version 0.1.1 - Changed the way that n_miss and n are calculated. Now correct when there are missing values. Built unit test to check for this. - Changed the x argument of mean_table() to .x. This prevents an error when passing a variable named x to mean_table(). - Added standard deviation to mean_table() results. Changes in version 0.1.0 (2020-08-03) - First release on CRAN