knitr::opts_chunk$set(echo = FALSE) library(learnr) library(gradethis) library(cinfeRence) tutorial_options(exercise.checker = gradethis::grade_learnr) tut_reptitle <- "Introduction: Output Report"
First, we'll learn how to use R as a calculator.
+
sign to add 5 and 3grade_result( pass_if(~ identical(.result, 8)) )
-
sign to subtract 3 from 5grade_result( pass_if(~ identical(.result, 2)) )
submission_server()
submission_ui
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.