| mx_set_account_data | R Documentation |
Writes a global account-data event for a user. The content replaces
whatever was stored under type.
mx_set_account_data(session, type, content, user_id = session$user_id)
session |
An "mx_session" object. |
type |
Character. Event type, e.g. |
content |
List. The content, sent as-is. |
user_id |
Character. Defaults to the session's own user. |
Invisibly TRUE on success.
## Not run:
mx_set_account_data(s, "ai.cornball.notes", list(theme = "dark"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.