[R] Request for help - adding text files to a data frame
Bhaskar Mitra
bhaskar.kolkata at gmail.com
Mon Jun 26 04:35:42 CEST 2017
Hello Everyone,
I have a data frame which looks something like this:
V1 <-c(1,2,3)
V2 <-c(5,6,7)
V3 <-c(9,10,11)
df <- data.frame(V1,V2,V3)
I want to add couple of text files at the beginning of df and save
the df as a csv file.
The csv file should look something like this:
"AAAAAAAA"
"BBBBBBBBB"
"CCCCCCCCC"
V1 V2 V3
1 5 9
2 6 10
3 7 11
Any suggestions/advice in this regard.
Thanks for your help,
Bhaskar
[[alternative HTML version deleted]]
More information about the R-help
mailing list