Creates an absolute path to a folder.

full.path(folder)

Value

absolute path

Details

This will take a folder and make it into an absolute folder name. It will normalize the path and prepend it with the current working folder if needed to get an absolute path name.

Examples

# NOT RUN {
full.path('pecan')
# }