Nothing
# - - - - - - - - - - - -
# test introspection
cat("\n\n- - - introspection tests - - -\n")
cat("~~~ TEST inspect person for traces:\n")
tryCatch({
fw = Person(name="fridolin")
fw$write("this is a test")
summary(fw)
pos = fw$position()
summary(pos)
},
error=function(e) stop ("~~~ !!! FAILED !!!\n"),
finally=cat("~~~ passed. \n")
)
cat("\n")
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.