-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
NAMESPACE
32 lines (31 loc) · 853 Bytes
/
NAMESPACE
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("%>%")
export(getAllComment)
export(getAllCommentHistory)
export(getCategory)
export(getComment)
export(getCommentHistory)
export(getContent)
export(getMainCategory)
export(getMaxPageNum)
export(getSubCategory)
export(getUrlList)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_html)
importFrom(httr2,resp_body_string)
importFrom(httr2,url_parse)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)