How to make values in columns 1,2,3,4 appear as values in a single column 1 in which values are placed one below the other? The contents are non numeric. I am unable to install tidy verse package for some reason. Any other way possible to accomplish? My dataframe df looks something like this
df
Person1 Person2 Person3
Doctor Self No
Friend No Others
Self Others Doctor
I want the dataframe to be:df1
Person
Doctor
Friend
Self
Self
No
Others
No
Others
Doc