June 2007
Beginner to intermediate
950 pages
27h 8m
English
It can be useful to check whether a given filename exists in the path where you think it should be. The function is file.exists and is used like this:
file.exists("c:\\temp\\Decay.txt")
[1] TRUE
For more on file handling, see ?files.
Read now
Unlock full access