| assert_length_greater_than_or_equal_to | R Documentation | 
Assert object length is greater than or equal to a threshold
assert_length_greater_than_or_equal_to(
  x,
  length,
  msg = NULL,
  call = rlang::caller_env(),
  arg_name = NULL
)
| x | object to check length of | 
| length | expected length (number) | 
| msg | custom error message | 
| call | (logical) whether to preserve call in error message | 
| arg_name | (character) name of argument being tested | 
invisible(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.