Section 29 Data Management: Select Columns

  • Select the column Age

  • Select columns Age and Vac

  • Use both numerical index and naming index to select columns

  • Select the data.frame without Vac column

  • Select the data.frame without Age and Vac columns

  • Find the index of the column name Age

  • Find the index of the column name Age and Vac