stats19 (version 1.2.0)

format_casualties: Format STATS19 casualties

Description

Format STATS19 casualties

Usage

format_casualties(x)

Arguments

x

Data frame created with read_casualties()

Details

This function formats raw STATS19 data

Examples

Run this code
# NOT RUN {
dl_stats19(year = 2017, type = "casualties")
x = read_casualties(year = 2017)
casualties = format_casualties(x)
# }

Run the code above in your browser using DataCamp Workspace