View source: R/utils_conditionals.R
larger | R Documentation |
Which is larger
larger(x, y, compare_length = TRUE)
x |
|
y |
|
compare_length |
|
num
the index of the larger, or 0 if equal
Other conditionals:
is_error()
,
is_legit()
,
is_project()
,
most()
,
same()
,
zchar()
larger(1,2)
larger(1,2, compare_length = FALSE)
larger(letters[1:3],letters[1:2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.