Learn R Programming

blscrapeR (version 3.0.1)

county_map_data: Dataset for mapping U.S. counties

Description

A fortified data set that includes U.S. counties and is suitable for making maps with ggplot2. The county FIPS codes and boundary lines from the most recent TIGER release from the U.S. Census Bureau.

  • long: County longitude

  • lat: County latitude

  • order: Polygon order

  • hole: hole

  • piece: Polygon piece

  • id: FIPS Code

  • group: group

A fortified data set that includes U.S. counties and is suitable for making maps with ggplot2. The county FIPS codes and boundary lines from the most recent TIGER release from the U.S. Census Bureau.

  • long: County longitude

  • lat: County latitude

  • order: Polygon order

  • hole: hole

  • piece: Polygon piece

  • id: FIPS Code

  • group: group

Usage

data(county_map_data)

data(county_map_merc)

Arguments

Format

A data frame with 55,413 rows and 7 variables

Details

Dataset with the lat. / long. of county FIPS codes used for mapping.

Built-in dataset for use with the bls_map_county() function. To access the data directly, issue the command data(county_map_data).

Dataset with the lat. / long. of county FIPS codes used for mapping.

Built-in dataset for use with the bls_map_county() function. To access the data directly, issue the command data(county_map_merc).