get_client_timezone | R Documentation |
User timezone in the browser may be different to the one on the server.
This script can be run to register a shiny
input which contains information about the timezone in the browser.
get_client_timezone(ns)
ns |
( |
(shiny
) input variable accessible with input$tz
which is a (character
)
string containing the timezone of the browser/client.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.