Creating a simple data frame with two columns. column 1 is called var1 and column 2 is called var2 first we need to populate them (add data) we use the c() when we have a whole bunch of stuff we want to use together. Now we turn this into a data frame called dfVar That […]
Categories