openjusticeok / ojodb

OJO's R package for opening the black box of our justice system
https://openjusticeok.github.io/ojodb/
GNU General Public License v3.0
5 stars 3 forks source link

Ensure `ojo_auth()` will create a `.Renvironment` file if one doesn't already exist #127

Closed andrewjbe closed 1 year ago

brancengregory commented 1 year ago
if (!fs::file_exists(...)) {

}
andrewjbe commented 1 year ago

Can solve this and #128 with two if (!fs::file_exists(...)) { ... } statements