match_arg | R Documentation |
This function matches function arguments and is a modified version of
match.arg
.
match_arg(arg, choices, several.ok = FALSE, none.ok = FALSE)
arg |
[ |
choices |
[ |
several.ok |
[ |
none.ok |
[ |
The un-abbreviated version of the exact or unique partial match if there is
one. Otherwise, an error is signaled if several.ok
is FALSE
or none.ok
is FALSE
.
When several.ok
is TRUE
and (at least) one element of
arg
has a match, all un-abbreviated versions of matches are returned.
When none.ok
is TRUE
and arg
has zero elements,
character(0)
is returned.
Other package helpers:
Dictionary
,
Storage
,
identical_structure()
,
input_check_response()
,
package_logo()
,
print_data.frame()
,
print_matrix()
,
renv_development_packages()
,
system_information()
,
unexpected_error()
,
user_confirm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.