forked from forkonlp/N2H4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 829 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 829 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
# Generated by roxygen2: do not edit by hand
export(getAllComment)
export(getComment)
export(getContent)
export(getContentBody)
export(getContentDatetime)
export(getContentEditDatetime)
export(getContentPress)
export(getContentTitle)
export(getLike)
export(getMainCategory)
export(getMaxPageNum)
export(getSubCategory)
export(getUrlList)
export(setUrls)
importFrom(dplyr,bind_rows)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(urltools,param_get)