fars_read: Read file with FARS data

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This is a function that reads the data from a given file abd returns the data as a tibble. If the file does not exist it stops

Usage

1
fars_read(filename)

Arguments

filename

A character string giving the text the function will print

Value

This function returns a data frame as a tibble

Examples

1
2
3
4
5
## Not run: 
data<-fars_read("data.csv")
data<-fars_read(filename="data.csv")

## End(Not run)

AGrosserHH/Farsdata documentation built on May 21, 2019, 10:09 a.m.