Can you use rbind.fill without having it fill in NA's?
问题 I am trying to combine two dataframes with different number of columns and column headers. However, after I combine them using rbind.fill() , the resulting file has filled the empty cells with NA . This is very inconvenient since one of the columns has data that is also represented as "NA" (for North America), so when I import it into a csv, the spreadsheet can't tell them apart. Is there a way for me to: Use the rbind.fill function without having it populate the empty cells with NA or Change