I try to run in a loop some api call
I have a dataframe which saves in every iteration all data
However there are some iterations which don't have a specific column
Is there any easy way to save it with an NA without needing to know in every iteration which variable doesn't exist
This is what I use to save the data:
dfall <- rbind(dfall, dfiteration)