- Notifications
You must be signed in to change notification settings - Fork47
A simpler way to find your files
License
Unknown, MIT licenses found
Licenses found
Unknown
LICENSEMIT
LICENSE.mdNotificationsYou must be signed in to change notification settings
r-lib/here
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple interface torprojroot.
The logic to find a project root based on certain criteria is packaged in therprojroot package. Many projects might not need the full power, and the complexity that comes with it. Meethere:
library(here)#> here() starts at /home/muelleki/git/R/herehere()#> [1] "/home/muelleki/git/R/here"here("DESCRIPTION")#> [1] "/home/muelleki/git/R/here/DESCRIPTION"here("R","here.R")#> [1] "/home/muelleki/git/R/here/R/here.R"
here isn't on CRAN yet, install from GitHub via
devtools::install_github("krlmlr/here")
About
A simpler way to find your files
Topics
Resources
License
Unknown, MIT licenses found
Licenses found
Unknown
LICENSEMIT
LICENSE.mdCode of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.