From 7707ef37520ad5f7b72a6e8ec3d5094470f664d4 Mon Sep 17 00:00:00 2001 From: Angela Li Date: Tue, 19 May 2020 20:02:20 -0500 Subject: [PATCH] Make sure example uses correct variable --- R/nyc.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/nyc.R b/R/nyc.R index 5370e04..20fc848 100644 --- a/R/nyc.R +++ b/R/nyc.R @@ -70,6 +70,6 @@ #' library(sf) #' data(nyc_sf) #' -#' plot(nyc_sf["CODE"]) +#' plot(nyc_sf["bor_subb"]) #' } "nyc_sf"