append_no_duplicate_names | R Documentation |
x
and
values
Add elements to a vector, only if names are not duplicated in x
and
values
append_no_duplicate_names(
x,
values,
after = length(x),
ignore_blank = TRUE,
method = stop
)
x , values , after |
See |
ignore_blank |
Ignore blank names? (Blank names |
method |
Function to notify the user if a duplicate is provided? It is
called with a message indicating the name of the duplicate. Typically this
will be |
See base::append
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.