Learn R Programming

stats19 (version 3.3.1)

format_collisions: Format STATS19 'collisions' data

Description

Format STATS19 'collisions' data

Usage

format_collisions(x)

Arguments

x

Data frame created with read_collisions()

Details

This is a helper function to format raw STATS19 data

Examples

Run this code
# \donttest{
  if(curl::has_internet()) {
    dl_stats19(year = 2022, type = "collision")
  }
# }

Run the code above in your browser using DataLab