Skip to contents

Get path from config.yml and from user defined file

Usage

get_path(type, path)

Arguments

type

type of path, could be 'data',

path

path of the file

Value

return the path

Examples

get_path('data', 'test.csv')
#> [1] "_data/test.csv"