-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.09 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Generated by roxygen2: do not edit by hand
export(icd_10_get_chapters)
export(icd_10_get_info)
export(icd_10_get_release_by_category)
export(icd_10_get_releases)
export(icd_authenticate)
export(icd_autocode)
export(icd_autocode_foundation)
export(icd_check_language)
export(icd_check_release)
export(icd_get_chapter)
export(icd_get_entities)
export(icd_get_entity)
export(icd_get_foundation)
export(icd_get_info)
export(icd_get_languages)
export(icd_get_releases)
export(icd_map)
export(icd_oauth_client)
export(icd_search)
export(icd_search_foundation)
export(icd_structure_autocode)
export(icd_structure_foundation)
export(icd_structure_search)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(httr2,oauth_client)
importFrom(httr2,req_headers)
importFrom(httr2,req_oauth_client_credentials)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(rlang,.data)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(utils,head)