user returns the user id of the current user.
runningLinux is shorthand for Sys.info()["sysname"] == "Linux".
runningWindows is shorthand for .Platform$OS.type == "windows".
1 2 3 | user()
runningLinux()
runningWindows()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.