-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
77 lines (76 loc) · 2 KB
/
NAMESPACE
File metadata and controls
77 lines (76 loc) · 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export(domain_report)
export(download_file)
export(file_report)
export(get_analysis)
export(get_behaviour_evtx)
export(get_behaviour_html)
export(get_behaviour_memdump)
export(get_behaviour_pcap)
export(get_behaviour_report)
export(get_domain_comments)
export(get_domain_info)
export(get_domain_relationship)
export(get_domain_votes)
export(get_file_behaviour_mitre_trees)
export(get_file_behaviour_summary)
export(get_file_behaviours)
export(get_file_comments)
export(get_file_download_url)
export(get_file_relationships)
export(get_file_upload_url)
export(get_file_votes)
export(get_ip_comments)
export(get_ip_info)
export(get_ip_votes)
export(get_url_comments)
export(get_url_relationships)
export(get_url_votes)
export(ip_report)
export(is_api_key_configured)
export(post_domain_comments)
export(post_domain_votes)
export(post_file_comments)
export(post_file_votes)
export(post_ip_comments)
export(post_ip_votes)
export(post_url_comments)
export(post_url_votes)
export(rescan_domain)
export(rescan_file)
export(rescan_ip)
export(rescan_url)
export(scan_file)
export(scan_url)
export(set_key)
export(url_report)
export(virustotal_auth_error)
export(virustotal_domain_report)
export(virustotal_error)
export(virustotal_file_report)
export(virustotal_file_scan)
export(virustotal_info)
export(virustotal_ip_report)
export(virustotal_rate_limit_error)
export(virustotal_url_scan)
export(virustotal_validation_error)
export(virustotal_version)
importFrom(base64enc,base64encode)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_file_exists)
importFrom(checkmate,assert_numeric)
importFrom(dplyr,bind_rows)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,parse_url)
importFrom(httr,upload_file)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(rlang,.data)
importFrom(tools,toTitleCase)
importFrom(utils,URLencode)
importFrom(utils,packageDescription)
importFrom(utils,read.table)