[R] Merge the data from multiple text files
Priya Arasu
g@l@xie2485 @ending from y@hoo@co@in
Sat Jan 5 16:28:18 CET 2019
I have multiple text files, where each file has Boolean rules.
Example of my text file 1 and 2
Text file 1:
A = not(B or C)
B = A and C
C = D
Text file 2:
A = D and E
B = not(D)
I want to merge the contents in text file as follows
A = not(B or C) and (D and E)
B = not(D) and (A and C)
C = D
Is there a code in R to merge the data from multiple text files?
Thank you
Priya
[[alternative HTML version deleted]]
More information about the R-help
mailing list