GithubHelp home page GithubHelp logo

demor's Introduction

demoR

To get started, please refer to this vignette.

Overview

demoR is a set of tools for formatting R code for presentations, teaching demonstrations, and much more:

  • The demo_*() functions prepare your source code to be both evaluated and displayed by knitr::knit().

  • The hlt_*() functions add text display formatting to printed code.

These combine naturally within code chunks in R Markdown files via code chunk options. You can learn more about them in vignette("demoR").

Installation

Development version

Currently, only the development version of demoR is available. You can install this by running

# install.packages("devtools")
devtools::install_github("kbodwin/demoR")

Usage

library(demoR)
data(iris)
codestring <- "mean(iris$Sepal.Length, na.rm = TRUE)"

hlt_funs(codestring)
#> [1] "<pre class='prettyprint'><code><span style='background-color:#ffff7f'>mean</span>(iris$Sepal.Length, na.rm = TRUE)</code></pre>"

hlt_args(codestring)
#> [1] "<pre class='prettyprint'><code>mean(iris$Sepal.Length, <span style='background-color:#ffff7f'>na.rm</span> = TRUE)</code></pre>"

demo_code(codestring) %>% hlt_args()
mean(iris$Sepal.Length, na.rm = TRUE)
#> [1] 5.843333

Getting help

If you encounter a clear bug, please file a minimal reproducible example on github.


demor's People

Contributors

hglanz avatar kbodwin avatar

Watchers

 avatar

Forkers

esegui

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.