Learn R Programming

shiny.router (version 0.1.1)

page404: 404 page

Description

The page which appear when path is wrong.

Usage

page404(page = NULL, message404 = NULL)

Arguments

page

shiny page style, eg. `div(h1("Not found"))``

message404

message to display at the 404 website

Examples

Run this code
# NOT RUN {
page404() # div(h1("Not found"))
page404(message404 = "ABC") # div(h1("ABC"))
# }

Run the code above in your browser using DataLab