Renders a markdown file containing your app's Terms of Service.
termsOfServiceUI(id) termsOfService(input, output, session, file = "TERMS.md", status = NULL)
id | An id string that corresponds with the id used to call the module's UI function. |
---|---|
input | shiny server input object |
output | shiny server output object |
session | shiny server session object |
file | Path to a markdown file containing the Terms of Service
(default: |
status | The status (colour) of the box in which the |