R/nl_queryresults.R

Defines functions nl_queryresults print.nl_queryresults

nl_queryresults <- function(x, url = NULL){
  class(x) <- c("nl_queryresults", class(x))
  x
}

print.nl_queryresults <- function(x, ...){
  cat("Found: ", x$response$numFound, "\n")
}

Try the nlgeocoder package in your browser

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

nlgeocoder documentation built on May 2, 2019, 3:32 p.m.