Changelog
Source:NEWS.md
dfeR 0.6.0
Update pretty_num so that:
- it can take single or multiple values.
- it has the argument
nsmall
that allows control over the number of digits displayed after rounding.
Add pretty_num_table() which uses pretty_num() to format numbers in a readable format in data frames. It has all the customization provided by pretty_num.
dfeR 0.5.0
Add the following lookup data sets into the package:
- ons_geog_shorthands
- countries
- regions
- wd_pcon_lad_la_rgn_ctry
Add the following fetch_locations() functions:
- fetch_wards()
- fetch_pcons()
- fetch_lads()
- fetch_las()
- fetch_regions()
- fetch_countries()
Add wrapper for ONS Open Geography Portal API:
- get_ons_api_data()
Add helper for turning messages on or off:
- toggle_message()
dfeR 0.4.1
Update comma_sep() function to allow non-numeric values instead of throwing an error, now returns them unchanged.
dfeR 0.3.1
Fix bug in get_clean_sql() where using the additional settings would lose the original SQL statement.
dfeR 0.3.0
Add pretty_* functions for presenting pretty numbers:
- pretty_num()
- pretty_filesize()
- pretty_time_taken()
Add helper function for comma separating numbers:
- comma_sep()