Displaying certain variables in a summary

Hello, I am very new to R and am currently doing an assignment for college. I want to display the summary statistics of the variables in my dataset. I have 16 variables but I only want to display 6 so I can discuss them as they are the most relevant. I do not know what command or code to use. (pander(summary(planes))) generates a nice output of my 16 variables but as I said I only want to display 6. Can anyone tell me what package or command I need to do this? Thank you

You can use select(), if you're using dplyr:

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.