-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 745 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 745 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(detect)
export(enroll)
export(facerec_init)
export(get_galleries)
export(get_gallery_subjects)
export(prep_image)
export(recognize)
export(remove_gallery)
export(remove_subject)
export(verify)
export(view_subject)
importFrom(dplyr,as_tibble)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,modify_url)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(knitr,image_uri)
importFrom(magrittr,"%>%")
importFrom(rlang,set_names)
importFrom(snakecase,to_snake_case)
importFrom(stringr,str_replace)