srvr
initiate session srvr
Initiate a session in which exercises can be evaluated
post/learnr/
Request body
Example request
{
"global_setup": "library(tidyverse)"
}Response
OK response.
Example response
{
"id": "8rmci3kdkc"
}Initiate a session in which exercises can be evaluated
{
"global_setup": "library(tidyverse)"
}OK response.
{
"id": "8rmci3kdkc"
}