forked from hrbrmstr/decapitated
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 653 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 653 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(print,gepetto)
export("%>%")
export(chrome_dump_pdf)
export(chrome_read_html)
export(chrome_shot)
export(chrome_version)
export(download_chromium)
export(gep_active)
export(gep_debug)
export(gep_render_har)
export(gep_render_html)
export(gep_render_magick)
export(gep_render_pdf)
export(gep_stop)
export(gepetto)
export(get_chrome_env)
export(install_gepetto)
export(set_chrome_env)
export(start_gepetto)
export(stop_gepetto)
import(httr)
import(magick)
import(processx)
import(tools)
import(utils)
import(xml2)
importFrom(HARtools,readHAR)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")