Skip to contents

stop_if_dne

Usage

stop_if_dne(file)

Arguments

file

file path to check

Value

Invisibly returns NULL; errors if file does not exist.

Examples

stop_if_dne(tempdir())