In bash I can do:
BLA=some/directory and then
MyFavoriteFile1=/some/path/to/$BLA/myfile1.someextension
MyFavoriteFile2=/some/path/to/$BLA/myfile2.someextension
I was wondering if the same does exist in R? So that I would only have to change BLA once in the whole script.