format_collisions {stats19}R Documentation

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


  if(curl::has_internet()) {
    dl_stats19(year = 2022, type = "collision")
  }


[Package stats19 version 3.3.1 Index]