loginAccount | R Documentation |
Configure a LocalShiny account in the current system.
loginAccount(username, token)
username |
Name of account that is registered on the server |
token |
User token for the account. Users can copy the token on the LocalShiny website. |
logoutAccount()
# copy the token from the website "www.findn.com:5000". token <- "MTYxNjgyNjY2My42MzY4NzQyLTg5NGY5ODUwZDIzZGI5OGIwNjVmNzJkZjY0MDcyZjgxOGU4MjM2MjktbmF0dHQ=" loginAccount("python", token = token)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.