Description Usage Arguments Details Examples
View source: R/suggest_list2df.R
The function convert list to dataframe. It receives the input from the Daum and Naver related search terms in the form of list data structure. It convert the list datatype into the dataframe.
1 | suggest_list2df(input_list, keyword)
|
input_list |
Naver and Daum search terms result which must be list datatype. |
keyword |
search terms, keywords which supports Korean as well. |
The return ouput will be used for the subsequent data analysis and visualization
1 2 | korea_list <- daum_keyword("korea")
suggest_list2df(korea_list, "korea")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.