ingest_histphoenix: Ingest the historic Phoenix Dataset

Description Usage Arguments Value Note Examples

View source: R/ingest_histphoenix.R

Description

Given a directory with the historic Phoenix dataset files, quickly read them all in, name them correctly, and combine them into one dataframe.

Usage

1
2
ingest_histphoenix(histphoenix_loc, start_date = start_date,
  end_date = end_date, statelist = statelist)

Arguments

histphoenix_loc

The path to the Phoenix folder.

end_date

Value

A single dataframe with all the historic Phoenix events in the folder.

Note

This function, like Phoenix, is still in development and may contain errors and change quickly.

Examples

1
events <- ingest_histphoenix("~/histphoenix")

jrhammond/phoenixNet documentation built on May 19, 2019, 11:53 p.m.