Code
types.of(list(int = 123L, dbl = 123.456, chr = "hello"))
Output
int dbl chr
"integer" "double" "character"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.