You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dataframe that I want to convert from wide to long with 9 columns. 3 columns are ID columns, 2 columns are to be gathered, and the last 4 columns are not to be gathered and they are not ID, meaning when new rows will be added to these 4 columns, I don't want the values in it to be repeated, I want the new rows filled with NA.