load_config: Load Configurations from a File

Description Usage Arguments Value

Description

Given a .txt filename, this will parse out key value pairs separated by "=" and assign the value to the key in a new environment. The file should end in a new line character to avoid any warnings. Users can access the variables with the base R command get()

Usage

1
load_config(filename)

Arguments

filename

Path and filename to be loaded

Value

Environment containing all the assigned variables


Tsunamical28/mdpr documentation built on May 9, 2019, 5:15 p.m.