#' Get parent pid
#'
#' Returns the pid of the parent process (on unix like systems) or 0 (on windows).
#'
#' @keywords internal
#'
#' @useDynLib vscDebugger c_get_ppid
getPpid <- function(){
.Call(c_get_ppid)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.