In order to print out the first 10 rows of a dataframe in R, I am using head(data.frame, 10).
But this dataf rame has 64 variables, and I only want to select 3 of those variables to show for my print out of the first 10 rows.
Can I use the head function to do this?