Evaluate {REPLesentR} | R Documentation |
Evaluation Module
Description
This module knows how to evaluate code on a slide. It has two methods: 'slide' and 'slideDeck' consuming either a Slide or SlideDeck. You do not need to use this interactively: see newPresentation.
Usage
Evaluate(envir = .GlobalEnv, quiet = FALSE)
Arguments
envir |
(environment) the environment in which to evaluate. |
quiet |
(logical) whether to print the code being evaluated prior to evaluation. |
[Package REPLesentR version 0.4.1 Index]