phsmethods 0.2.3
-
The {gdata} import has been dropped and replaced with {scales}.
-
extract_fin_year()
is now much faster and will use less memory, especially for smaller vectors (1 to 1,000). -
format_postcode()
is now faster and also gains aquiet
parameter, the default value isFALSE
but setting it toTRUE
will skip some of the checks and messages, this is useful when usingformat_postcode()
to 'clean-up' and format a vector of postcodes, rather than wanting to check them. Because of the skipped checksquiet = TRUE
should also run faster. -
The installation instructions in the README have been updated.