R/zzz.R

Defines functions strextract strtrim oa_base

strextract <- function(str, pattern) regmatches(str, regexpr(pattern, str))

strtrim <- function(str) gsub("^\\s+|\\s+$", "", str)

oa_base <- function() "http://data.openaddresses.io"

comp <- function (l) Filter(Negate(is.null), l)

Try the openadds package in your browser

Any scripts or data that you put into this service are public.

openadds documentation built on May 1, 2019, 8:19 p.m.