How to edit other people’s project file on my PC when our Save Paths are different

Absolute New User seeking for HELP!

I am working with a new project with other people and we work on different parts. But I cannot edit on their project file as our Save Paths of common dataset are different. How to resolve this issue please?

You (and your team) should not use absolute paths, if you use relative paths only (relative to the project's root folder set by setwd() or by using RStudio Projects) all your paths would be the same.

A good practice for managing multiple users working on the same project is to use Git, here you can find a nice introductory guide to use Git with R.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.