this.proj {this.path} | R Documentation |
this.proj
behaves very similarly to here::here
except that you
can have multiple projects in use at once, and it will choose which project
directory is appropriate based on this.dir()
. Arguably, this
makes it better than here::here
.
this.proj(...)
... |
further arguments passed to |
A character vector of the arguments concatenated term-by-term, beginning with the project directory.