For appending two data frames with uneven variables, I get errors even when the common variables between the two data frames are of the same type. I understand and expect errors for different types for common variables. What are the retrictions for using bind_rows? As an alternative, I was able to create similar dummy variables in my second data frame and apply rbind successfully to append my two data frames of even variables.
Does anyone else have similar experience since appending uneven variables is an important data processing task?