loginAccout: Set LocalShiny Account Info

loginAccountR Documentation

Set LocalShiny Account Info

Description

Configure a LocalShiny account in the current system.

Usage

loginAccount(username, token) 

Arguments

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.

See Also

logoutAccount()

Examples

    # copy the token from the website "www.findn.com:5000".
    token <- "MTYxNjgyNjY2My42MzY4NzQyLTg5NGY5ODUwZDIzZGI5OGIwNjVmNzJkZjY0MDcyZjgxOGU4MjM2MjktbmF0dHQ="
    loginAccount("python", token = token)

wnattt/localshiny documentation built on July 14, 2022, 5:37 p.m.