shannonpileggi / R-code-snippets

Short R code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R code snippets

These are small bits of R code that I don't want to lose.

Code images

carbonate is used to make images of the source code.

library(carbonate)

# copy code to clipboard
x <- carbon$new()

# style code
x$template <- 'cobalt'
x$font_family <- 'Hack'

# open in carbon browser
x$browse()

# or save image
x$carbonate(file = 'new_template.png')

About

Short R code

License:Creative Commons Zero v1.0 Universal


Languages

Language:R 100.0%