search for: allstarfull

Displaying 1 result from an estimated 1 matches for "allstarfull".

2011 Sep 09
3
Read a list of files into named R data.frames
I have a collection of .csv files in a directory, and want to read them into R data.frames whose names are the same as the file names, without the .csv extension e.g., from > (files <- list.files(pattern="*.csv")) [1] "Allstar.csv" "AllstarFull.csv" [3] "Appearances.csv" "AwardsManagers.csv" [5] "AwardsPlayers.csv" "AwardsShareManagers.csv" [7] "AwardsSharePlayers.csv" "Batting.csv" [9] "BattingPost.csv" "Fielding.csv" [11]...