https://github.com/sarupurisailalith/commonUtilAddins
R Studio Addins for common data frame operations
https://github.com/sarupurisailalith/commonUtilAddins
Last synced: 6 months ago
JSON representation
R Studio Addins for common data frame operations
- Host: GitHub
- URL: https://github.com/sarupurisailalith/commonUtilAddins
- Owner: sarupurisailalith
- Created: 2016-08-04T05:47:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T10:30:14.000Z (about 9 years ago)
- Last Synced: 2024-11-11T00:37:21.984Z (11 months ago)
- Language: R
- Size: 221 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
- jimsghstars - sarupurisailalith/commonUtilAddins - R Studio Addins for common data frame operations (R)
README
code{white-space: pre;}
pre:not([class]) {
background-color: white;
}if (window.hljs && document.readyState && document.readyState === "complete") {
window.setTimeout(function() {
hljs.initHighlighting();
}, 0);
}h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}$(document).ready(function () {
window.buildTabsets("TOC");
});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/RStudioAddins")
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
R Studio Addins - helped me get startedTo Contirubute to this package - Fork this repository, make your additions and simply submit a pull request.
// add bootstrap table styles to pandoc tables
$(document).ready(function () {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
});(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();