endpoint_exists {ustfd} | R Documentation |
Tests if an endpoint is known
Description
See ustfd_tables()
for known endpoints.
Usage
endpoint_exists(endpoint)
Arguments
endpoint |
character vector |
Value
logical matching input size
See Also
Other ustfd_user:
ustfd_all_pages()
,
ustfd_datasets()
,
ustfd_query()
,
ustfd_simple()
,
ustfd_table_columns()
,
ustfd_tables()
Examples
library(ustfd)
endpoint_exists('v2/accounting/od/debt_to_penny')
[Package ustfd version 0.4.4 Index]