addLabel {pivotaltrackR} | R Documentation |
Add labels to a story
addLabel(story, labels = character(0))
addLabels(story, labels = character(0))
story |
A |
labels |
Character vector of names of labels to add to the story |
Invisibly, the story
object with the labels added. If the story
already has all of the labels you're trying to add, no request will be made.