-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.47 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
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
export(add_call)
export(add_call_template)
export(add_chunk)
export(add_chunk_template)
export(chunk_deparse)
export(consolidate_lists)
export(execute)
export(get_call)
export(get_call_code)
export(get_calls)
export(get_chunk)
export(get_chunk_code)
export(get_chunks)
export(get_reactable)
export(get_source_env)
export(insert_calls)
export(insert_chunks)
export(is_bangbang)
export(replace_bangbang)
export(replace_glue_char)
export(replace_glue_sym)
export(set_scriptr_sources)
export(style_code)
export(use_template)
importFrom(cli,cli_abort)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(glue,glue)
importFrom(htmltools,pre)
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(reactable,colDef)
importFrom(reactable,reactable)
importFrom(rlang,as_name)
importFrom(rlang,call_args)
importFrom(rlang,call_name)
importFrom(rlang,current_env)
importFrom(rlang,enexpr)
importFrom(rlang,enquo0)
importFrom(rlang,expr_deparse)
importFrom(rlang,global_env)
importFrom(rlang,new_environment)
importFrom(rlang,parse_expr)
importFrom(rlang,quo_get_expr)
importFrom(rlang,sym)
importFrom(stringr,str_length)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_starts)
importFrom(styler,style_text)
importFrom(tibble,tibble)