createPrezModal: Create a Modal Based On a Google Slide Presentation

View source: R/createPrezModal.R

createPrezModalR Documentation

Create a Modal Based On a Google Slide Presentation

Description

This function creates a modal based on a Google Presentation.

Usage

createPrezModal(id, modalTitle, prezSrc)

Arguments

id

This is the id of the modal that you are creating.

modalTitle

This is the title of the modal that appears at the top of the modal.

prezSrc

This is the URL of the published Google presentation that you want to appear in the modal.

Examples

output$postmortemModal <- renderUI({
createPrezModal("sample","Sample Prezentation Modal",
                "https://docs.google.com/presentation/d/14H24z59wQVTnAg9AKD_bIZ6F3DKnGIy9haBK557XMVo/embed?start=false&loop=false&delayms=3000")
})

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.