Hi, I was wondering how to create private repositories on github that I was granted access to.
Using the devtools package, itβs easy enough to open open repositories using commands such as:
source_url('https://raw.github.com/hadley/stringr/master/R/c.r')
but doing the equivalent with the url for private repo does not work.
PS I know that I can clone the entire repo and then get the file this way, but I'm only looking for one specific file in the whole repo that I need to take, and it's a little inefficient to clone all this, copy the code and use it as needed .
source share