Search for config files and return variable / value pairs as a list.
Source:R/get_config.R
get_config.Rd
configulaR currently supports only .env files. `get_config` will search if the speficied directory and its parent a `.env` file. If no file is found, a empty list is returned.
Value
a list with variables / values from config file. If no config file has been found, an empyt list is returned.