create_well_tibble: Create a tibble conatining the official AER well list data.

Description Usage Arguments Value Examples

Description

Create a tibble conatining the official AER well list data.

Usage

1
2
3
create_well_tibble(data_dir = "data/", remove_code_cols = TRUE,
  remove_original_dates = TRUE, long_status_description = FALSE,
  remove_ba_contacts = TRUE)

Arguments

data_dir

A path to a directory containing the necessary AER data files.

remove_code_cols

A Boolean. Should the original code columns be removed from the final tibble?

remove_original_dates

A Boolean. Should the the columns containing the original dates as character vectors be removed?.

long_status_description

A Boolean. Should the longer status descriptions provided by the AER be used?

remove_ba_contacts

A Boolean. Should the additional business associate contact info such as address and phone number be removed?

Value

A tibble of the well list data with all the supporting data joined to the appropriate records.

Examples

1
2
create_well_tibble()
create_well_tibble(data_dir = "some/directory/", remove_code_cols = FALSE, remove_original_dates = FALSE, long_status_description = TRUE, remove_ba_contacts = FALSE)

evjrob/aertidywells documentation built on May 6, 2019, 1:31 a.m.