francisbarton / myrmidon

A package containing functions I want to have available most times I start up R, as well as my own HTML5 RMarkdown template.
MIT License
4 stars 0 forks source link

`postcode_data_join` info reporting is vectorised #3

Open francisbarton opened 2 years ago

francisbarton commented 2 years ago

Currently the usethis::ui_info reports when postcodes have been fixed/replaced use paste0 with a vector of postcode strings. This results in a new report line for each postcode, instead of concatenating the postcodes into a single string in advance using str::str_c() for example.