FQuestionId <-rep(1L,4);
FQuestionTxt <-rep('how are you?',4);
FAnswerId <-1L:4L;
FAnswerTxt<-LETTERS[1:4];
data <-data.frame(FQuestionId,FQuestionTxt,FAnswerId,FAnswerTxt,stringsAsFactors = F)
library(tsui);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.