Displaying 2 results from an estimated 2 matches for "alejandra7galan".
2018 Jan 15
0
sum multiple csv files
...-r.had.co.nz/Reproducibility.html
[3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette)
[4] see "Introduction to R" (part of the R documentation)
--
Sent from my phone. Please excuse my brevity.
On January 15, 2018 1:29:05 AM PST, Alejandra Lopez-Galan <alejandra7galan at gmail.com> wrote:
>Hi, I am pretty new to R and I would apreciatte very much your help to
>solve my problem. I have 40 csv files that have the same structure, and
>I
>want to merge them into a single data frame.
>
>I already have load and combined all the cvs files into a la...
2018 Jan 15
4
sum multiple csv files
Hi, I am pretty new to R and I would apreciatte very much your help to
solve my problem. I have 40 csv files that have the same structure, and I
want to merge them into a single data frame.
I already have load and combined all the cvs files into a large list, and I
created two
filenames <- list.files('data',full.names=TRUE)
All_data <- lapply(filenames,function(i){
###read cvs