powered by
Format STATS19 casualties
format_casualties(x)
Data frame created with read_casualties()
read_casualties()
This function formats raw STATS19 data
# \donttest{ if(curl::has_internet()) { dl_stats19(year = 2022, type = "casualty") x = read_casualties(year = 2022) casualties = format_casualties(x) } # }
Run the code above in your browser using DataLab