df1 = data.frame(A = 3:1, B = letters[1:3], C = c(1, 0, 1))
df2 = data.frame(A = 4:5, B = letters[5:4])
appendData(df1, df2)
appendData(df1, df2, fill = FALSE)
appendData(df1, df2, fill = FALSE, add.source = FALSE)
Run the code above in your browser using DataLab