Evaluate {REPLesentR} | R Documentation |
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.
Evaluate(envir = .GlobalEnv, quiet = FALSE)
envir |
(environment) the environment in which to evaluate. |
quiet |
(logical) whether to print the code being evaluated prior to evaluation. |