Description Usage Arguments Examples
set the seafile api token
1 2 3 4 | set_seafile_api_token(token, username = rstudioapi::showPrompt(title =
"username", message = "email"),
password = rstudioapi::askForPassword(),
seafile_url = get_seafile_url())
|
token |
seafile api token |
username |
seafile username or email adress |
password |
seafile password |
seafile_url |
seafile base url |
1 2 3 4 | ## Not run:
set_seafile_api_token(usename="mymail@domain.fr")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.