Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

folderfun: Manage paths with R folder functions

Build Status

If you find yourself working on multiple different projects in R, you'll want to sort your input data and output results into folders containing raw data, processed data, plot results, intermediate table outputs, etc. This package makes it easier to do that by providing a quick and easy way to create and use functions for any directories, so you don't have to deal with annoying hard-coded absolute paths.

Go from this:

d = read.table("/long/and/annoying/path/to/hard/coded/file/data.txt")

to this:

d = read.table(ffIn("data.txt"))

Installing

devtools::install_github("databio/folderfun")

Quick start

See the vignettes for more information: http://code.databio.org/folderfun

About

Manage distributed input and output data locations in R with folder functions

Resources

License

Packages

No packages published
You can’t perform that action at this time.