################################################################################
## R Script: Sweave_it.R
##
## Description: Weave screenr_Tutorial.Rnw
################################################################################
library(tools)
workpath <- file.path(Sys.getenv("DEVEL"), "screenr_maintenance/vignettes")
setwd(workpath)
Sweave("screenr_Tutorial.Rnw")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.