-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 781 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 781 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
Package: DNH4
Type: Package
Title: Crawling for Daum News Text
Version: 0.1.14
Date: 2026-01-11
Authors@R: person(given = "Chanyub",
family = "Park",
role = c("aut","cre"),
email = "mrchypark@gmail.com",
comment = c(ORCID = "0000-0001-6474-2570")
)
Description: Provides some utils to get Korean text sample from news articles
in Daum which is popular news portal service in Korea.
URL: https://forkonlp.github.io/DNH4/, https://github.com/forkonlp/DNH4/
BugReports: https://github.com/forkonlp/DNH4/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
LazyData: true
Imports:
httr,
rvest,
tidyr,
tibble
Suggests:
pak,
httptest,
testthat
License: MIT + file LICENSE
Depends:
R (>= 2.10)