is_file_writable: Check if a file is writable

View source: R/public_utilities.R

is_file_writableR Documentation

Check if a file is writable

Description

This function can test if a file is writable. A file will not be writable if another application has it open and locked, or if the file permissions don't support writing

Usage

is_file_writable(fname)

Arguments

fname

The path to the file

Value

logical TRUE if the file is writable, FALSE if not


qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.