Nothing
#' @title get_system_info
#' @description This function prints operating system, CPU, GPU, and OpenCL version information.
#' @return List of system information.
#'
#' @useDynLib clrng
#' @export
get_system_info <- function() {
.Call("_getSystemInfo")
}
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.