Title: | Korean President's Speech Text |
---|---|
Description: | Korean president's speech text data from http://www.pa.go.kr/research/contents/speech/index.jsp. |
Authors: | Chanyub Park [aut, cre] |
Maintainer: | Chanyub Park <[email protected]> |
License: | CC0 |
Version: | 0.1.0 |
Built: | 2024-11-11 05:15:20 UTC |
Source: | https://github.com/forkonlp/komment |
return options of event params of search_speech
.
get_event()
get_event()
character vector of events
return options of president params of search_speech
.
get_president()
get_president()
character vector of president names
get Speech's script of link from search_speech
. only can get one script at once.
get_speech(link, paragraph = FALSE)
get_speech(link, paragraph = FALSE)
link |
Sciprt link form |
paragraph |
logical if sepeate paragraph or not. Default is FALSE. |
a [tibble][tibble::tibble-package] title, date, president, place, field, event, source, paragraph, content
search script of president's speech. Data is form presidential archives of korea.
search_speech( keyword = "", searchField = 0, count = 10000, president = "", mediaType = c("doc", "mp3", "mp4", "all"), event = "", order = 1 )
search_speech( keyword = "", searchField = 0, count = 10000, president = "", mediaType = c("doc", "mp3", "mp4", "all"), event = "", order = 1 )
keyword |
keyword to search. Default is all results. Accept character data type. |
searchField |
All:0, Title:1, Content:2, Place:3. Default is 0 means all parts. Accept numeric data type. |
count |
request number of results. Default is all. Accept numeric data type. |
president |
president to search. Default is all results.
|
mediaType |
mediaType |
event |
event to search. Default is all results.
|
order |
order of search results. Defaults is order by date. order by date:1, order by title character:2. Accept numeric data type. |
a [tibble][tibble::tibble-package] president, field, event, title, date, link
## Not run: splist <- search_speech(count = 20) splist ## End(Not run)
## Not run: splist <- search_speech(count = 20) splist ## End(Not run)
speech list data
speech_list
speech_list
tibble with columns
president
field
event
title
date
link
http://www.pa.go.kr/research/contents/speech/index.jsp
speech_list
speech_list