checkFilename: checkFilename...

Description Usage Arguments

View source: R/aiding_functions.R

Description

Check if a filename is valid for writing by trying to create the file. If the filename contains a path, result will only be TRUE if the whole path already exists

Usage

1
checkFilename(filename, overwrite = TRUE)

Arguments

filename

The filename to check

overwrite

if TRUE (default) an existing file of that name will be deleted (if it is not protected by being locked, read-only, owned by another user etc)


mdavy86/polymapR documentation built on May 25, 2019, 9:35 p.m.