## This script starts child processes, but doesn't do anything about
## collecting or ignoring child process return status. Consequently, it should
## generate zombie child processes.
library(fork)
source("checkZombies.R")
nZombies <- checkZombies()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.