Lauren Olinger PhD
  • About
    • Lauren's Bio
    • CV & Contact
  • Science
    • Research Projects >
      • THE ​VIRGIN ISLANDS REEF RESILIENCE STUDY (2023-2024)
      • Graduate School >
        • PhD Dissertation (2018-2022)
        • Masters Thesis (2015-2017)
        • Grad school side quests >
          • Sponge recovery
          • Coral recruitment
          • Invasive seagrass habitats
    • Research Methods >
      • Robotics and Automation
      • 3D Modeling
    • Publication PDFs
  • Art
  • Outreach
    • Girls Code It
    • Other Outreach
  • linktree
R Directory Navigation Practice

R Directory Navigation Practice

Created by L. Olinger

>

Current Working Directory:

home/user

File System:

Available Commands:

getwd() - Show current working directory

setwd("path") - Change working directory (use absolute or relative paths)

dir() or list.files() - List files in the current directory

help() - Show this help message

clear() - Clear console output

Definitions:

Absolute Path: A path that starts from the root of the file system. For example, home/user/documents is absolute.

Relative Path: A path relative to the current working directory. For example, ../downloads moves up one level and then into the downloads directory.

Copyright © 2025 Lauren Olinger
  • About
    • Lauren's Bio
    • CV & Contact
  • Science
    • Research Projects >
      • THE ​VIRGIN ISLANDS REEF RESILIENCE STUDY (2023-2024)
      • Graduate School >
        • PhD Dissertation (2018-2022)
        • Masters Thesis (2015-2017)
        • Grad school side quests >
          • Sponge recovery
          • Coral recruitment
          • Invasive seagrass habitats
    • Research Methods >
      • Robotics and Automation
      • 3D Modeling
    • Publication PDFs
  • Art
  • Outreach
    • Girls Code It
    • Other Outreach
  • linktree