Imported SAS file into R, combining columns of different length
I’m very new to programming with R. Ive imported SAS data into R. I have 4 data frames (for the sake of my question I only included 2) with some containing the same sequence numbers. I need to extract the sequence number without duplicating it and the information that is with it and combine it with another data.frame (again without duplicating).
I heard the “for” loop might work?
Any help is appreciated