dir.writable {gCrisprTools}R Documentation

Checks that the directory provided is writable by the current user

Description

This works by testing to put a temporary file into an already existing directory

Usage

dir.writable(path)

Arguments

path

The path to a directory to check.

Value

logical, TRUE if path is writable by the current user, otherise FALSE

Author(s)

Steve Lianoglou


[Package gCrisprTools version 1.18.0 Index]