| mx_set_avatar_url | R Documentation |
Set this user's avatar
mx_set_avatar_url(session, avatar_url)
session |
An "mx_session" object. |
avatar_url |
Character. An |
Invisibly TRUE on success.
## Not run:
uri <- mx_upload(s, "avatar.png")
mx_set_avatar_url(s, uri)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.