addLabel {pivotaltrackR} | R Documentation |
Add labels to a story
Description
Add labels to a story
Usage
addLabel(story, labels = character(0))
addLabels(story, labels = character(0))
Arguments
story |
A |
labels |
Character vector of names of labels to add to the story |
Value
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.
[Package pivotaltrackR version 0.2.0 Index]