View source: R/is_error_query_results.R
| is_error_query_results | R Documentation |
query_results is an error resultDetermine if the query_results is an error result,
i.e. that the query did not result in a lookup from the datebase
and contains an error message (and hint) instead.
is_error_query_results(query_results, verbose = FALSE)
query_results |
the results of a query (e.g. a call to query_iedb) as a tibble |
verbose |
set to TRUE for more output |
TRUE if the query_results is an error result.
FALSE if the query_results is not error result.
Richèl J.C. Bilderbeek
is_error_query_results(get_test_query_results_error())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.