My first dataframe is:
df1 <- "C:/User"
And the second:
df2
 [1] "/Desktop"                                              
 [2] "/Desktop/all"                    
 [3] "/Programms"          
I would like to merge them to a df like this:
"C:/User/Desktop"
"C:/User/Desktop/all"
"C:/User/Programms"
 
    