Displaying 2 results from an estimated 2 matches for "list_df".
2011 Mar 03
1
Applying function to multiple data
Dear R helpers,
I know R language at a preliminary level. This is my first post to this R
forum. I have recently learned the use of function and have been successful
in writing few on my own. However I am not able to figure out how to apply
the function to multiple sets of data.
# MY QUERY
Suppose I am having following data.frame
df = data.frame(k = c(1:8), ratings = c("A",
2013 Mar 12
1
loading data frames and rbind them
Hello everybody
I have the following problem. I have to load a number of xls files from
different folders (each xls file has the same number of columns, and
different numbers of rows). Each xls file is named with a number, i.e.
12345.xls and is contained in a folder with same name, say 12345)
Once loaded, I want to rbind all of them to obtain a single database.
I think I successfully did the