Title
1 2 3 4 5 6 7 8 | match_equal(
lhs,
rhs,
ignore_case = FALSE,
ignore_element_order = FALSE,
ignore_row_order = FALSE,
ignore_class = FALSE
)
|
lhs |
expression giving the values to match on the lhs |
rhs |
expression giving the values to match on the rhs |
ignore_case |
boolean, if |
ignore_element_order |
boolean, if |
ignore_row_order |
boolean, if |
ignore_class |
boolean, if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.