-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 968 Bytes
/
NAMESPACE
File metadata and controls
46 lines (45 loc) · 968 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
S3method(print,cdx)
export(as_warc)
export(create_cdx)
export(create_warc_wget)
export(expand)
export(find_sequence)
export(gz_close)
export(gz_eof)
export(gz_flush)
export(gz_fseek)
export(gz_gets)
export(gz_gets_raw)
export(gz_offset)
export(gz_open)
export(gz_read_char)
export(gz_read_raw)
export(gz_seek)
export(gz_tell)
export(gz_write_char)
export(gz_write_raw)
export(gzip_inflate_from_pos)
export(read_cdx)
export(read_warc_entry)
export(remove_brackets)
export(warc_headers)
export(write_warc_record)
import(purrr)
import(readr)
import(stringi)
import(uuid)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,data_frame)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,glimpse)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,tbl_df)
importFrom(dplyr,ungroup)
importFrom(httr,insensitive)
importFrom(scales,comma)
useDynLib(warc)