check_file_conflict {ces}R Documentation

Check if file exists and handle overwrite safely

Description

Check if file exists and handle overwrite safely

Usage

check_file_conflict(file_path, overwrite = FALSE)

Arguments

file_path

Path to the file to check

overwrite

Whether to allow overwriting

Value

TRUE if file can be written, FALSE or error otherwise


[Package ces version 0.1.0 Index]