Skip to content

VincentGuyader/littleboxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

617cd5e · May 9, 2018

History

39 Commits
Jun 24, 2017
Jan 23, 2017
Jun 9, 2016
Jun 9, 2016
Jun 9, 2016
Jan 23, 2017
Jan 23, 2017
Jun 9, 2016
May 9, 2018
May 9, 2018
Jan 23, 2017

Repository files navigation

littleboxes

RStudio Addin - creates boxed in titles in an Rscript

Installation

# 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

# 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