-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 911 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(lmdx_task,character)
S3method(lmdx_task,default)
S3method(lmdx_task,json)
export(decode_json_result)
export(decode_yaml_result)
export(lmdx_document)
export(lmdx_prompt)
export(lmdx_task)
export(majority_vote)
export(pivot_longer_to_segment)
export(pivot_to_short_segment)
export(remove_layout)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,where)
importFrom(glue,glue)
importFrom(pdftools,pdf_data)
importFrom(purrr,flatten_dfc)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(tidyr,replace_na)