bcgov / wqbench

R package to generate download and compile data from EPA ECOTOX database
Apache License 2.0
3 stars 2 forks source link

`wqb_create_epa_ecotox()` output message while creating tables #3

Closed aylapear closed 1 year ago

aylapear commented 1 year ago

Determine what the output message should be for the creation of each table:

> dl_folder <- "data_dl/ecotox_ascii_09_15_2022"
> wqb_create_epa_ecotox(
+   file_path = "ecotox_db",
+   data_path = dl_folder
+ )
Create table: data_dl/ecotox_ascii_09_15_2022/chemical_carriers.txt

Create table: data_dl/ecotox_ascii_09_15_2022/dose_response_details.txt

Create table: data_dl/ecotox_ascii_09_15_2022/dose_response_links.txt
aylapear commented 1 year ago

I think outputting just the table name would be nicer then the file path relating to the table so it would be more like

Create table: chemical_carriers

Create table: dose_response_details
aylapear commented 1 year ago

done