Skip to content

DianeBeldame/nicetitle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nicetitle

Rstudio Addin - create boxed title in an Rscript

Installation

# install.packages("devtools")
devtools::install_github("ThinkRstat/nicetitle")

usage

alt tag

# write a sentense, select it an go in Addins > Nice Title

# Part One

1+1
plot(iris)

# Part Two
lm(1~1)

will be transformed as :

############################################################
#                                                          #
#                         Part One                         #
#                                                          #
############################################################

1+1
plot(iris)

############################################################
#                                                          #
#                         Part Two                         #
#                                                          #
############################################################

lm(1~1)

About

Rstudio Addin - create boxed title in an Rscript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%