|
| 1 | +# Generated by roxygen2: do not edit by hand |
| 2 | + |
| 3 | +S3method(as.data.frame,omophub_concepts) |
| 4 | +S3method(as.data.frame,omophub_hierarchy) |
| 5 | +S3method(as.data.frame,omophub_mappings) |
| 6 | +S3method(as.data.frame,omophub_relationships) |
| 7 | +S3method(as.data.frame,omophub_vocabularies) |
| 8 | +S3method(print,omophub_concepts) |
| 9 | +S3method(print,omophub_hierarchy) |
| 10 | +S3method(print,omophub_mappings) |
| 11 | +S3method(print,omophub_relationships) |
| 12 | +S3method(print,omophub_vocabularies) |
| 13 | +export(OMOPHubClient) |
| 14 | +export(get_api_key) |
| 15 | +export(has_api_key) |
| 16 | +export(set_api_key) |
| 17 | +importFrom(R6,R6Class) |
| 18 | +importFrom(cli,cli_abort) |
| 19 | +importFrom(cli,cli_inform) |
| 20 | +importFrom(cli,cli_warn) |
| 21 | +importFrom(glue,glue) |
| 22 | +importFrom(httr2,req_body_json) |
| 23 | +importFrom(httr2,req_error) |
| 24 | +importFrom(httr2,req_headers) |
| 25 | +importFrom(httr2,req_perform) |
| 26 | +importFrom(httr2,req_retry) |
| 27 | +importFrom(httr2,req_throttle) |
| 28 | +importFrom(httr2,req_timeout) |
| 29 | +importFrom(httr2,req_url_path_append) |
| 30 | +importFrom(httr2,req_url_query) |
| 31 | +importFrom(httr2,req_user_agent) |
| 32 | +importFrom(httr2,request) |
| 33 | +importFrom(httr2,resp_body_json) |
| 34 | +importFrom(httr2,resp_status) |
| 35 | +importFrom(purrr,map) |
| 36 | +importFrom(purrr,map_chr) |
| 37 | +importFrom(purrr,map_dbl) |
| 38 | +importFrom(purrr,map_int) |
| 39 | +importFrom(purrr,map_lgl) |
| 40 | +importFrom(rlang,abort) |
| 41 | +importFrom(rlang,caller_env) |
| 42 | +importFrom(tibble,as_tibble) |
| 43 | +importFrom(tibble,tibble) |
0 commit comments