Creates a session-scoped reactive state for the compare scope.
cmp_scope_server(input, output, session, id = "cmp_scope")A list with a single function `get()` that returns the current scope.
if (FALSE) { # \dontrun{
scope <- cmp_scope_server(input, output, session)
observe({ print(scope$get()) })
} # }