#' Curren system username
#' @description Return the user name associated with the current effective user ID.
#' @export
whoami <- function(){
system('whoami',intern = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.