Nothing
#' Get OS name
#'
#' @return A string of OS name
#' @examples
#' get_os()
#'
#' @export
get_os <- function(){
switch(Sys.info()["sysname"],
"Windows" = "win",
"Linux" = "linux",
"mac"
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.