USEPA / ccdR

Predecessor to ctxR. Utilities for Interacting with the CTX APIs in R without prior API knowledge. All data is also available on the CompTox Chemical Dashboard (CCD) https://comptox.epa.gov/dashboard/
https://github.com/USEPA/ctxR
GNU General Public License v3.0
2 stars 0 forks source link

Add Verbose option for printing information #14

Closed brown-jason closed 6 months ago

brown-jason commented 6 months ago

There are print statements e.g. https://github.com/USEPA/ccdR/blob/0a1108c6d4e950a66b6ab12bfbfccc1306e2ff58/R/bioactivity-APIs.R#L37

We should add a variable verbose = FALSE that a user can specify if they want to output these type of print statements to the console.