Learn R Programming

madrat (version 3.15.6)

getLinkFunction: getLinkFunction

Description

Returns a function that creates a symlink, hardlink, junction, or copy of files and directories, depending on OS capabilities (usually symlinks are not supported on Windows).

Usage

getLinkFunction()

Arguments

Value

A function with arguments "from" and "to" which should behave like file.symlink on all platforms.

Author

Pascal Sauer