into R from various sources and exporting the cleaned data.

Lab Instructions:

  1. Data Import:
    • Import a dataset of your choice into R (e.g., a CSV file or data from a Google Sheet).
    • Clean the data by handling missing values and converting data types as necessary.
  2. Data Export:
    • Save the cleaned dataset as a new CSV file.
  3. Lab Report:
    • Submit your R script and the final cleaned dataset.
    • Include a brief explanation of the steps you took to clean the data.