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

pm_prep not found #3

Closed alankjackson closed 5 years ago

alankjackson commented 5 years ago

reprexdata <- tribble( ~address, "1230 TRAVIS ST, HOUSTON, TX, 77002", "3830 RICHMOND AVE, HOUSTON, TX, 77027" )

df <- pm_identify(reprexdata, var = "address") df df <- pm_prep(df, var = "address")

Error in pm_prep(df, var = "address") : could not find function "pm_prep"

chris-prener commented 5 years ago

fixed @alankjackson - it wasn't being exported! sorry about that.