The `reloadDocument` can be used to skip client side routing and let the browser handle the transition normally (as if it were an <a href>). Given shiny behavior, using `reloadDocument = TRUE` allows to render correctly objects created in the server side.
Link(..., reloadDocument = TRUE)Link.shinyInput(inputId, ..., reloadDocument = TRUE)
updateLink.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
A Link component.
Props to pass to element.
Boolean. Default TRUE. Let browser handle the transition normally
ID of the component.
Object passed as the `session` argument to Shiny server.