Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/databio/projectInit

R project initialization
https://github.com/databio/projectInit

Last synced: about 2 months ago
JSON representation

R project initialization

Awesome Lists containing this project

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.