Package: shiny.router 0.3.1
Ryszard Szymański
shiny.router: Basic Routing for Shiny Web Applications
It is a simple router for your Shiny apps. The router allows you to create dynamic web applications with real-time User Interface and easily share url to pages within your Shiny apps.
Authors:
shiny.router_0.3.1.tar.gz
shiny.router_0.3.1.zip(r-4.5)shiny.router_0.3.1.zip(r-4.4)shiny.router_0.3.1.zip(r-4.3)
shiny.router_0.3.1.tgz(r-4.4-any)shiny.router_0.3.1.tgz(r-4.3-any)
shiny.router_0.3.1.tar.gz(r-4.5-noble)shiny.router_0.3.1.tar.gz(r-4.4-noble)
shiny.router_0.3.1.tgz(r-4.4-emscripten)shiny.router_0.3.1.tgz(r-4.3-emscripten)
shiny.router.pdf |shiny.router.html✨
shiny.router/json (API)
NEWS
# Install 'shiny.router' in R: |
install.packages('shiny.router', repos = c('https://appsilon.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/appsilon/shiny.router/issues
Last updated 7 months agofrom:3c9106aca2. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 15 2024 |
R-4.5-win | OK | Oct 15 2024 |
R-4.5-linux | OK | Oct 15 2024 |
R-4.4-win | OK | Oct 15 2024 |
R-4.4-mac | OK | Oct 15 2024 |
R-4.3-win | OK | Oct 15 2024 |
R-4.3-mac | OK | Oct 15 2024 |
Exports:change_pagedisable_bootstrap_on_bookmarkget_pageget_query_paramis_pagemake_routerPAGE_404_ROUTEpage404parse_url_pathrouteroute_linkrouter_serverrouter_ui
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Change the currently displayed page. | change_page |
Fix conflicts when some bookmark uses bootstrap | disable_bootstrap_on_bookmark |
Convenience function to retrieve just the "page" part of the input. | get_page |
Get Query Parameters | get_query_param |
Is page | is_page |
[Deprecated] Creates router. | make_router |
Default 404 page | PAGE_404_ROUTE |
404 page | page404 |
Parse url and build GET parameters list | parse_url_path |
Create single route configuration. | route |
Route link | route_link |
Create router pages server callback | router_server |
Create router UI | router_ui |