In web applications, a route is the relative path after the hostname.
In https://www.example.com/a/b/c, the route is /a/b/c.
https://www.example.com/a/b/c
/a/b/c
In https://www.example.com/a/b, the route is /a/b.
https://www.example.com/a/b
/a/b
R can display different content or widgets depending on the URL path when using the shiny-routerarrow-up-right package, installable via cran.
packages.install("shiny-router") packrat::snapshot()
Last updated 6 years ago