R/2-ra-config.r
get_path.Rd
Get path from config.yml and from user defined file
get_path(type, path)
type of path, could be 'data',
path of the file
return the path
get_path('data', 'test.csv') #> [1] "_data/test.csv"