-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 1.2 KB
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 1.2 KB
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
# Generated by roxygen2: do not edit by hand
export(analyse)
export(arg_names)
export(find_string_constants)
export(find_weaknesses_in_scripts)
export(get_elements_by_type)
export(get_full_function_info)
export(get_names_of_used_packages)
export(get_package_function_usage)
export(get_package_usage_per_script)
export(get_string_constants_in_scripts)
export(parse_scripts)
export(to_full_script_info)
export(walk_tree)
importFrom(dplyr,bind_rows)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,catIf)
importFrom(kwb.utils,commaCollapsed)
importFrom(kwb.utils,createDirectory)
importFrom(kwb.utils,extractSubstring)
importFrom(kwb.utils,hsQuoteChr)
importFrom(kwb.utils,matchesCriteria)
importFrom(kwb.utils,moveColumnsToFront)
importFrom(kwb.utils,multiSubstitute)
importFrom(kwb.utils,noFactorDataFrame)
importFrom(kwb.utils,printIf)
importFrom(kwb.utils,rbindAll)
importFrom(kwb.utils,removeAttributes)
importFrom(kwb.utils,removeEmptyColumns)
importFrom(kwb.utils,renameColumns)
importFrom(kwb.utils,resetRowNames)
importFrom(kwb.utils,safeRowBindAll)
importFrom(kwb.utils,selectColumns)
importFrom(kwb.utils,selectElements)
importFrom(stats,aggregate)
importFrom(stats,setNames)
importFrom(stringr,str_extract_all)