Skip to content

Commit 736226c

Browse files
committed
update docs
1 parent 8761f51 commit 736226c

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

R/zip_helper_functions.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ normalize_zip <- function(zipcode) {
7575
#' Example with a single pair of ZIP codes
7676
#' zip_distance("08731", "08901")
7777
#'
78-
#' zip_codes <- tribble(~zip_a, ~zip_b,
79-
#' "08731", "08901",
80-
#' "08734", "08005")
81-
#'
82-
#' Example with two vectors of ZIP codes
83-
#' zip_distance(zip_codes$zip_a,zip_codes$zip_b)
84-
#'
8578
#' @importFrom raster pointDistance
8679
#' @export
8780
zip_distance <- function(zipcode_a, zipcode_b, lonlat = TRUE, units = "miles") {

man/zip_distance.Rd

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)