set_global_notice | R Documentation |
Set the global notice for workspaces within the user's scope. For admin, this is all workspaces. For an API user, this is all workspaces to which the user has been added.
set_global_notice(
text,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
text |
Character. Text of the global notice to display. |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose global notice to get. In workspace list, value of |
user |
Character. User name |
password |
Character. Password |
Wrapper for the PUT /api/v1/settings/globalnotice
endpoint.
Server-side side-effect of setting the global notice text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.