README.md

reformatFilePath

Travis build status Build status codecov

The reformatFilePath RStudio Addin provides convenient mechanism replacing path string with a file.path call.

Installation

The package can be installed from GitHub using devtools or remotes package. Installation using devtools:

if (!require("devtools")) {
    install.packages("devtools")
    devtools::install_github('konradedgar/reformatFilePath')
} else {
    devtools::install_github('konradedgar/reformatFilePath')
}

Example



konradedgar/reformatFilePath documentation built on Aug. 13, 2019, 3:11 p.m.