ls(iris) # Returns array containing all variable names in the iris dataframe # [1] "Petal.Length" "Petal.Width" "Sepal.Length" "Sepal.Width" "Species"