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.
Usage
Link(..., reloadDocument = TRUE)
Link.shinyInput(inputId, ..., reloadDocument = TRUE)
updateLink.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)