View source: R/keyword_table.R
keyword_table | R Documentation |
Display the result of network-based keyword clustering, with frequency information attached.
keyword_table(tibble_graph, top = 10)
tibble_graph |
A |
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. |
A tibble with two columns, namely group and keywords with frequency attached. Different keywords are separated by semicolon(';').
keyword_group
library(akc) bibli_data_table %>% keyword_clean(id = "id",keyword = "keyword") %>% keyword_group(id = "id",keyword = "keyword") %>% keyword_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.