James Bowers

Results 2 issues of James Bowers

Added functionality to recursively search parent directories for an .env file. Users can opt-in to this by setting recursive = TRUE. If recursive = TRUE, then load_dot_env will search the...

My use case is such that my working directory is set to a child folder within my repo (this is due to databricks default settings). When running load_dot_env(), if no...

enhancement