if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")
# Read spatial data with the municipal seats of state capitals
capitals_sf <- read_capitals(as_sf = TRUE)
# Read simple data.frame of state capitals
capitals_df <- read_capitals(as_sf = FALSE)
}
Run the code above in your browser using DataLab