check_can_create_file {netmhc2pan} | R Documentation |
Check that a file can be created at a certain path.
Description
Will stop if not. Will stop if the file already exists. Does so by creating an empty file at the path, and then deleting it.
Usage
check_can_create_file(filename, overwrite = TRUE)
Arguments
filename |
file that may or may not be created |
overwrite |
if TRUE, if |
Value
Nothing
Author(s)
Richèl J.C. Bilderbeek
[Package netmhc2pan version 1.3.2 Index]