Description Usage Arguments Value Examples
Create a tibble conatining the official AER well list data.
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)
 | 
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?  | 
A tibble of the well list data with all the supporting data joined to the appropriate records.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.