-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.26 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
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
S3method(create_xml,bpmn)
S3method(render_bpmn,bpmn)
S3method(write_bpmn,bpmn)
export(calculate_CFC)
export(create_bpmn)
export(create_xml)
export(print_bpmn)
export(read_bpmn)
export(renderRender_bpmn)
export(render_bpmn)
export(render_bpmnOutput)
export(write_bpmn)
import(DiagrammeR)
import(DiagrammeRsvg)
import(dplyr)
import(htmltools)
import(htmlwidgets)
import(rvest)
import(tidyr)
import(uuid)
importFrom(DT,datatable)
importFrom(huxtable,as_hux)
importFrom(huxtable,everywhere)
importFrom(huxtable,print_screen)
importFrom(huxtable,set_all_border_colors)
importFrom(huxtable,set_all_borders)
importFrom(huxtable,set_all_padding)
importFrom(huxtable,set_caption)
importFrom(huxtable,set_caption_pos)
importFrom(huxtable,set_header_rows)
importFrom(huxtable,set_outer_padding)
importFrom(huxtable,style_headers)
importFrom(knitr,combine_words)
importFrom(purrr,as_mapper)
importFrom(purrr,compose)
importFrom(purrr,imap)
importFrom(purrr,keep)
importFrom(purrr,list_along)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,transpose)
importFrom(readr,write_file)
importFrom(rlang,.data)
importFrom(stringr,str_detect)
importFrom(xml2,read_xml)