library(flexdashboard) library(flexTeaching) all_assignment_data = flexTeaching::getAssignments(simple = FALSE)
verbatimTextOutput("text")
output$text <- renderPrint({ print(all_assignment_data) })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.