import_narrative: Import crash narratives

View source: R/database_imports_narrative.R

import_narrativeR Documentation

Import crash narratives

Description

Import crash narratives.

Usage

import_narrative(db_loc = NULL, years)

Arguments

db_loc

location of crash database file ("C:/data/crashes_duck.duckdb")

years

Year(s) of db data c("20", "21").

Value

dataframe of crash narratives

Examples

import_narrative(db_loc = "C:/data/crashes_duck.duckdb", years = c("17","18"))

jacciz/wisdotcrashdatabase documentation built on June 3, 2023, 2:26 a.m.