monitauR::monitor(name="Error Script", token="monitauR")
# This script is designed to error as "bargraph.data" does not exist
#< Reading data
data = read.table("bargraph.data")
#< Plotting data as barplot
barplot(t(data))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.