Friday 7 August 2015

R : List all files in current directory

Use list.files(“.”) function to get all files in current directory.

> list.files(".")
[1] "employee.csv" "employee.txt" "myFunction.R"



Prevoius                                                 Next                                                 Home

No comments:

Post a Comment