The important clue is where the error message says "No such file or directory". R cannot find the file. Are you sure you have typed the name correctly? Have you checked whether the working directory is correct with
getwd()
Have you tried using the full path to the file rather than just the file name or a relative path?
Seeing the actual command you are using would help someone help you.