fars_read: Read dataset

Description Usage Arguments Value Examples

View source: R/fars_fctn.R

Description

This is a function that loads the csv dataset if it exists, and prints the data frame form of the dataset. You can specify the name of the dataset (using the filename argument).

Usage

1
fars_read(filename)

Arguments

filename

A character string giving the name of the csv dataset.

Value

This function prints the data frame form of a csv dataset. If the filename doesn't exist then prints an error message.

Examples

1
fars_read('accident_2013.csv.bz2')

jystatistics/fars documentation built on May 27, 2019, 3:31 p.m.