View source: R/noSuchElements.R
noSuchElements | R Documentation |
Message on Missing Elements
noSuchElements(x, available, type = "element", sorted = TRUE, suffix = "")
x |
name of element that was not found |
available |
names of elements that are available |
type |
type of element to appear in the message. Default: "element" |
sorted |
logical. Whether or not to print the available elements in
lexical order. Default: |
suffix |
suffix to be appended to |
cat(kwb.utils:::noSuchElements("x", LETTERS[1:3]))
cat(kwb.utils:::noSuchElements(c("x", "y"), LETTERS[1:3], suffix = "s"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.