google_list2df: Google List to Dataframe

Description Usage Arguments Details Examples

View source: R/google_list2df.R

Description

The function convert list to dataframe. It receives the input from the Google related search terms in the form of list data structure. It convert the list datatype into the dataframe.

Usage

1
google_list2df(input_list, keyword)

Arguments

input_list

Google 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 <- google_keyword("korea")
google_list2df(korea_list, "korea")

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