keyword_table: Display the table with different groups of keywords
Description
Display the result of network-based keyword clustering, with frequency information attached.
Usage
keyword_table(tibble_graph, top = 10)
Value
A tibble with two columns, namely group and keywords with frequency attached.
Different keywords are separated by semicolon(';').
Arguments
tibble_graph
A tbl_graph output by keyword_group.
top
How many keywords should be displayed in the table for each group.
Default uses 10.If there is a tie,more than top keywords would be selected.
To show all the keywords, use Inf.