View source: R/assert_x_in_y.R
assert_x_in_y | R Documentation |
Assert all elements of x are in y
assert_x_in_y(x, y)
x |
[vector] some vector |
y |
[vector] some vector |
[none] stop if any elements of x are not in y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.