SyntaxFix
Write A Post
Hire A Developer
Questions
for example you want to add rows of variable 2 to variable 1 of a data named "edges" just do it like this
allEdges <- data.frame(c(edges$V1,edges$V2))