How to Read This Project Structure:

Project Structure:

/Users/researcher/Projects/
    my_r_project/
        analysis.R
        data/
            survey_responses.csv
            demographics.csv
        output/
            results.csv
        

1. Relative Path in R

In your analysis.R script, what's the relative path to read survey_responses.csv?

2. Absolute Path in R

What's the absolute path to demographics.csv?