Learn R Programming

animl (version 1.1.0)

checkFile: Check for files existence and prompt user if they want to load

Description

Check for files existence and prompt user if they want to load

Usage

checkFile(file)

Value

a boolean indicating wether a file was found and the user wants to load or not

Arguments

file

the full path of the file to check

Examples

Run this code
if (FALSE) {
  checkFile("path/to/newfile.csv")
}

Run the code above in your browser using DataLab