checkFileCreateable {Rbowtie2}R Documentation

Check if file is creatable

Description

This is an internal function that is not meant to be used outside of the package. It determines whether the file at the end of the path can be created.

Usage

checkFileCreatable(filePath, argname, overwrite)

Arguments

filePath

Character scalar. Path to file to be created.

argname

Character scalar. Name of the argument passed.

overwrite

Logical Will warn user of overwriting if set TRUE.

Value

Indicates whether the file can be created at the path given.

Author(s)

Zheng Wei


[Package Rbowtie2 version 2.0.0 Index]