The goal of examtools is to provide a simple interface to R/exams .
You can install the development version of examtools from GitHub with:
remotes::install_github("kenjisato/examtools")
This is a basic example which shows you how to solve a common problem:
library(exams)
library(examtools)
# Set up a course
course_init()