tests/testthat/_snaps/tiger_states_sf.md

tiger_states_sf()

Code
  florida_fips <- usmap::fips(state = "florida")
  express <- parse(text = paste0("STATEFP == ", "\"", florida_fips, "\""))
  output_dir <- withr::local_tempdir()
  if (!dir.exists(output_dir)) {
    dir.create(output_dir)
  }
  florida_general_sf <- RcensusPkg::tiger_states_sf(general = TRUE, express = express,
    output_dir = output_dir, do_progress = FALSE, delete_files = TRUE)
  a_plot <- RplotterPkg::create_sf_plot(florida_general_sf)


Try the RcensusPkg package in your browser

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

RcensusPkg documentation built on April 11, 2025, 6:16 p.m.