See [`prepare_Renviron()`](https://github.com/r-lib/usethis/blob/master/R/edit.R) vs. [`usethis::edit_r_environ()`](https://github.com/r-lib/usethis/blob/master/R/edit.R). I think this would require: 1. a check for existing `BacDive_…` credentials 1. if not: 1st insertion of those two template lines & 2nd `usethis::edit_r_environ()` - [ ] check that the latter works fine when no `.Renviron` file is present yet - [ ] add dependency - [ ] review ReadMe
See
prepare_Renviron()vs.usethis::edit_r_environ(). I think this would require:BacDive_…credentialsusethis::edit_r_environ().Renvironfile is present yet