dir.writable: Checks that the directory provided is writable by the current...

View source: R/fileutilities.R

dir.writableR 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


OscarBrock/gCrisprTools documentation built on Oct. 25, 2022, 7:29 a.m.