rating | R Documentation |
Adds a rating to the current slide. It will return the corresponding 'iframe' tag which will show the rating results. This function must be called once per rating.
rating(question, max_value = 5, width = "100%", height = "500px")
question |
A character -string- representing the rating question. |
max_value |
A numeric indicating the max value of the rate. The minimum value will be 2. |
width |
A character with a valid html 'width' value for the iframe. |
height |
A character with a valid html 'height' value for the iframe. |
An html 'iframe' tag which will show the rating results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.