R/evaluators.R
external_evaluator.Rd
Lifecycle: experimental
external_evaluator( endpoint = getOption("tutorial.external.host", Sys.getenv("TUTORIAL_EXTERNAL_EVALUATOR_HOST", NA)), max_curl_conns = 50 )
The HTTP(S) endpoint to POST the exercises to
The maximum number of simultaneous HTTP requests to the endpoint.
A function that takes an expression (expr), timelimit, exercise and session.
expr
timelimit
exercise
session