Skip to contents

check_out_paths

Usage

check_out_paths(paths, overwrite = 0)

Arguments

paths

paths to check

overwrite

boolean

Value

Invisibly returns NULL; errors or warns if output paths already exist.

Examples

check_out_paths(file.path(tempdir(), "new-file.txt"))