I’m doing some part time analysis work for an organization that uses GitHub to store shared scripts, data, and output files, but not really for development or version control. Right now it’s used kind of like one would use Dropbox. As such, they only have one repo for the whole organization and many subfolders for specific projects.
I really like the R Studio project/Git workflow and use it for my personal projects. But in those cases I use a new GitHub repo for each R Studio project. Is it possible to use multiple R Studio projects within a single repo? If not, any other advice for how to set the proper working directory (in a reproducible way) for a project that lives within a subfolder of a single repo?