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
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Common utility Addins for R Studio

commonUtilAddins is an R package that contains a list of common utility R Studio Addins

  • Data frame operations:
    • Merge two data frames - creates a new data frame object after merging
    • Convert variable types in a data frame - creates a new data frame object after conversion

Installation and Usage

Make sure you have the latest and stable version of devtools, htmltools, shiny and miniUI; then install this package

devtools::install_github("sarupurisailalith/commonUtilAddins")

Once the package is installed, addins will be avaiable under the 'Addins' menu in RStudio.

An other way to launch via executing command in the console is as follows:

RStudioAddins::var_conv()

Acknowledgments

To Contirubute to this package - Fork this repository, make your additions and simply submit a pull request.

About

R Studio Addins for common data frame operations

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.