Nothing
Code
router$print()
Message
A RouteStack containing 0 routes
Code
router$print()
Message
A RouteStack containing 1 route
1. test
Code
router$print()
Message
A RouteStack containing 1 route
1. test
Code
router$print()
Message
A RouteStack containing 0 routes
Code
router$remove_route("test")
Condition
Warning:
No route named "test" exists
Code
router$add_route(route, "test")
Condition
Error in `router$add_route()`:
! Route with name "test" already exists
Code
router$print()
Message
A RouteStack containing 4 routes
1. test3
2. test
3. test4
4. test2
Code
router$attach_to <- "test"
Condition
Error:
! `value` must be one of "request", "header", or "message", not "test".
Code
router$name <- "test"
Condition
Error:
! unused argument (base::quote("test"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.