powered by
Detect common variables in two dataset
same_variables(df1, df2)
a Character vector containing all variables names in both df1 and df2
the first dataset to use
The second dataset to use
same_variables(iris, iris) same_variables(mtcars, mtcars)
Run the code above in your browser using DataLab