| unique-issues | R Documentation |
Keep only different issues from a IssuesTB Object
## S3 method for class 'IssuesTB'
unique(x, incomparables = FALSE, ...)
x |
An object of class |
incomparables |
a vector of values that cannot be compared.
|
... |
arguments for particular methods. |
This method is consistent with base::unique(). For details about the
generic function and its default methods, refer to the original
documentation:
https://stat.ethz.ch/R-manual/R-devel/library/base/html/unique.html
An IssuesTB object containing only unique issues.
base::unique(), base::duplicated()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.