Exercises 1 - RStudio

Files corresponding to Short Course: Introduction to Data Science Using R

Exercises 1 - RStudio

1.1 RStudio GUI

Task: Search the menus in your RStudio IDE to locate where each of the following can be accomplished:

  1. Restart your R Session
  2. Create a new “R Markdown” file
  3. Install lubridate packages (with dependencies if needed)
  4. search the Help to learn about the head function
  5. What types of data sources can be imported using the RStudio GUI

1.2 Configuration for coding

Task: Visit “RStudio >> Tools >> Global Options” and locate the following:

  1. Pane Layout
  2. “Rainbow parenthesis”
  3. “Show margin” (set to 80)
  4. “Highlight selected line”
  5. “Provide R style diagnostics (e.g., whitespace)”
  6. “Show whitespace characters”