R/zzz.R

Defines functions oa_base strtrim strextract

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)
sckott/openadds documentation built on March 20, 2021, 9:53 a.m.