Description Usage Arguments Value
Check if ids exist in Entity.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | check_entity_ids(x, ids, include_removed_data = FALSE, informative = TRUE)
assert_entity_ids(
  x,
  ids,
  include_removed_data = FALSE,
  informative = TRUE,
  .var.name = checkmate::vname(x),
  add = NULL
)
test_entity_ids(x, ids, include_removed_data = FALSE, informative = TRUE)
expect_entity_ids(
  x,
  ids,
  include_removed_data = FALSE,
  informative = TRUE,
  info = NULL,
  label = vname(x)
)
 | 
| x | Entity | 
| ids | ( | 
| include_removed_data | ( | 
| informative | ( | 
| .var.name | [ | 
| add | checkmate::AssertCollection | 
| info | [ | 
| label | [ | 
(logical(1)).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.