Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VincentGuyader/littleboxes
Rstudio Addin - create boxed title in an Rscript
https://github.com/VincentGuyader/littleboxes
rscript rstudio-addin
Last synced: about 2 months ago
JSON representation
Rstudio Addin - create boxed title in an Rscript
- Host: GitHub
- URL: https://github.com/VincentGuyader/littleboxes
- Owner: VincentGuyader
- License: mit
- Created: 2016-06-09T15:16:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T10:05:41.000Z (over 6 years ago)
- Last Synced: 2024-08-05T03:04:58.948Z (6 months ago)
- Topics: rscript, rstudio-addin
- Language: R
- Size: 1.94 MB
- Stars: 34
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - VincentGuyader/littleboxes - Rstudio Addin - create boxed title in an Rscript (R)
README
# littleboxes
RStudio Addin - creates boxed in titles in an Rscript## Installation
```R
# install.packages("devtools")
devtools::install_github("ThinkR-open/littleboxes")# If you just want boxes without any tricks using Rstudio outline
devtools::install_github("ThinkRstat/littleboxes",ref="simpleboxe")```
## Usage![alt tag](https://raw.githubusercontent.com/ThinkRstat/littleboxes/master/demo.gif)
```R
# write a sentence, place your cursor on the line and go to Addins > Little Boxes# Part One
1+1
plot(iris)# Part Two
lm(1~1)will be turned into:
##%######################################################%##
# #
#### Part One ####
# #
##%######################################################%##1+1
plot(iris)##%######################################################%##
# #
#### Part Two ####
# #
##%######################################################%##lm(1~1)
```
[![Alt text](http://img.youtube.com/vi/yZnx-VbQ2bk/0.jpg)](https://www.youtube.com/watch?v=yZnx-VbQ2bk)