/reformatFilePath

Simple RStudio Addin changing file path string to file.path call.

Primary LanguageROtherNOASSERTION

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