suggest_list2df: List to Dataframe from NAVER and DAUM search terms

Description Usage Arguments Details Examples

View source: R/suggest_list2df.R

Description

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.

Usage

1
suggest_list2df(input_list, keyword)

Arguments

input_list

Naver and Daum search terms result which must be list datatype.

keyword

search terms, keywords which supports Korean as well.

Details

The return ouput will be used for the subsequent data analysis and visualization

Examples

1
2
korea_list <- daum_keyword("korea")
suggest_list2df(korea_list, "korea")

statkclee/suggestK documentation built on May 21, 2019, 9:22 a.m.