Downloads and caches the Viet Cong Incident in Area (VCIIA) dataset covering
enemy-initiated incidents in South Vietnam from 1965 to 1968. VCIIA is one
of the source files combined in get_comb_inc_dta.
Format
A data frame with 29 variables (row count varies by version). Key variables include:
- sitrep_number
Situation report number.
- quarter_of_year
Calendar quarter of the incident.
- province_code
Province code.
- vc_military_region
Viet Cong military region.
- corp_zone_division
Corps zone or division area.
- utm_coordinates
UTM grid coordinates.
Source
U.S. National Archives and Records Administration (NARA), College Park, MD. Electronic records collected by the U.S. Military Assistance Command, Vietnam (MACV). Source file: Viet Cong Incident in Area (VCIIA). See Smith (2025) and its Online Appendix for full archival accession details.
References
Smith, Gregory L. (2025). "Beyond body counts: Vietnam war ground combat data." Conflict Management and Peace Science. doi:10.1177/07388942251391081
Examples
if (FALSE) { # \dontrun{
vciia <- get_vciia()
head(vciia)
} # }
