View source: R/database_imports_narrative.R
import_narrative | R Documentation |
Import crash narratives.
import_narrative(db_loc = NULL, years)
db_loc |
location of crash database file ("C:/data/crashes_duck.duckdb") |
years |
Year(s) of db data c("20", "21"). |
dataframe of crash narratives
import_narrative(db_loc = "C:/data/crashes_duck.duckdb", years = c("17","18"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.