sim_urgency | R Documentation |
Simulating urgency in priorities
sim_urgency(urgency, commitment, intensity, timing, frequency, pronoun = "We")
urgency |
Desired urgency score, optional. |
commitment |
Desired commitment score, optional. |
intensity |
Desired intensity score, optional. |
timing |
Desired timing score, optional. |
frequency |
Desired frequency score, optional. |
pronoun |
How would you like the simulated priorities to start? By default, priorities start with the pronoun "We". |
Users can declare a score for one or more of the urgency dimensions or an urgency score. This means, if users may not declare an urgency score and the score for one or more dimensions at once. In those cases, the urgency score is favored.
A sentence that matches the urgency or urgency dimension scores.
sim_urgency()
sim_urgency(urgency = 0.5)
sim_urgency(urgency = 2.5)
sim_urgency(urgency = -2.5)
sim_urgency(commitment = 0.6)
sim_urgency(commitment = 0.6, intensity = 1.4)
sim_urgency(commitment = 0.6, intensity = 1.4, timing = 1.4)
sim_urgency(commitment = 0.6, intensity = 1.2, timing = 1.4, frequency = 1.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.