https://github.com/databio/projectInit
R project initialization
https://github.com/databio/projectInit
Last synced: 3 months ago
JSON representation
R project initialization
- Host: GitHub
- URL: https://github.com/databio/projectInit
- Owner: databio
- Created: 2017-05-01T16:22:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T20:33:52.000Z (over 3 years ago)
- Last Synced: 2024-11-15T07:12:21.335Z (3 months ago)
- Language: R
- Homepage: http://code.databio.org/projectInit
- Size: 140 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - databio/projectInit - R project initialization (R)
README
# projectInit
`projectInit` is an R package that helps you load a project-specific R workspace. It reads environment variables to coordinate your working directory, code location, raw data folders, and output folders. It then provides universal directory functions so you don't have to worry about keeping track of annoying file path bookkeeping, but can concentrate on your R code instead. This lets you easily work in different environments and share inputs and outputs across sessions and across users.
## Install
```
devtools::install_github("databio/projectInit")
```## Instructions
View the [vignette](http://code.databio.org/projectInit) to see how to use it.