slu-openGIS / postmastr

R package for Processing and Parsing Untidy Street Addresses
https://slu-opengis.github.io/postmastr/
GNU General Public License v3.0
37 stars 8 forks source link

Documentation issues #6

Open alankjackson opened 5 years ago

alankjackson commented 5 years ago

many commands obviously got their names updated without corresponding documentation updates. pm_any_postal(sushi1_min) -> pm_postal_any pm_all_postal(sushi1_min) -> pm_postal_all pm_parse_postal(sushi1_min) -> pm_postal_parse pm_any_state -> pm_state_any pm_all_state -> pm_state_all pm_no_state -> pm_state_none There are probably more, but that is as far as I have gotten.

chris-prener commented 5 years ago

Thanks @alankjackson - yes - that is what happened - don't feel like you need to document them all - this is a good reminder that work remains on making sure there are consistent function names in the docs!