Skip to content

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ginolhac/reformatFilePath

 
 

Repository files navigation

reformatFilePath

Travis build status AppVeyor 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

About

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

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%