checkFile {animl}R Documentation

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)

Arguments

file

the full path of the file to check

Value

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

Examples

## Not run: 
  checkFile("path/to/newfile.csv")

## End(Not run)

[Package animl version 1.1.0 Index]