Description Usage Format Details Source Examples
1998 and 2001 Zip Code Business Patterns (Census Bureau) for Charleston, SC MSA.
1 |
An sf data frame with 42 rows, 59 variables, and a geometry column:
ZIP code
Name of ZIP code area
State abbreviation
Population 2001
Metropolitan Statistical Area
Total mid-march employees, 1998
Total establishments in ZIP code, 1998
A if PAY98 missing
Total annual payroll ($1,000), 1998
Total establishments in ZIP code, 2001
Total mid-march employees, 2001
A if PAY01 missing
Core-based statistical area code
1998 total manufacturing establishments (MSA)
1998 total manufacturing establishments, 1-9 employees (MSA)
1998 total manufacturing establishments 10+ employees (MSA)
2001 total manufacturing establishments (MSA)
2001 total manufacturing establishments, 1-9 employees (MSA)
2001 total manufacturing establishments, 10+ employees (MSA)
1998 total manufacturing establishments (US)
1998 total manufacturing establishments, 1-9 employees (US)
1998 total manufacturing establishments 10+ employees (US)
2001 total manufacturing establishments (US)
2001 total manufacturing establishments, 1-9 employees (US)
2001 total manufacturing establishments, 10+ employees (US)
1998 total office establishments (MSA)
1998 total office establishments, 1-9 employees (MSA)
1998 total office establishments, 10+ employees (MSA)
2001 total office establishments (MSA)
2001 total office establishments, 1-9 employees (MSA)
2001 total office establishments, 10+ employees (MSA)
1998 total office establishments (US)
1998 total office establishments, 1-9 employees (US)
1998 total office establishments, 10+ employees (US)
2001 total office establishments (US)
2001 total office establishments, 1-9 employees (US)
2001 total office establishments, 10+ employees (US)
1998 total information establishments (MSA)
1998 total information establishments, 1-9 employees (MSA)
1998 total information establishments, 10+ employees (MSA)
2001 total information establishments (MSA)
2001 total information establishments, 1-9 employees (MSA)
2001 total information establishments, 10+ employees (MSA)
1998 total information establishments (US)
1998 total information establishments, 1-9 employees (US)
1998 total information establishments, 10+ employees (US)
2001 total information establishments (US)
2001 total information establishments, 1-9 employees (US)
2001 total information establishments, 10+ employees (US)
Index
Number of sectors represented in ZIP code
National growth effect, percent (N)
Industry mix effect, percent (M)
Competitive shift effect, percent (S)
Percent growth establishments, 1998-2001 (R)
Unique ZIP code ID for ID variables in weights matrix creation window
Sf object, unprojected. EPSG 4326: WGS84.
1998 and 2001 Zip Code Business Patterns, US Census Bureau.
1 2 3 4 5 6 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(charleston2)
plot(charleston2["EST01"])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.