Learn R Programming

cmdfun (version 1.0.2)

cmd_ui_file_exists: Checks if file exists, returns pretty status message

Description

Checks if file exists, returns pretty status message

Usage

cmd_ui_file_exists(file)

Arguments

file

path to file

Value

ui_done or ui_oops printed to terminal.

Examples

Run this code
# NOT RUN {
cmd_ui_file_exists("/path/to/file.txt")
# }

Run the code above in your browser using DataLab