graphic_keywords: Represent keywords in a plot

Description Usage Arguments Examples

Description

Represent keywords in a plot

Usage

1
graphic_keywords(list, type = "circular", nrepeats = 0)

Arguments

list

List with keywords

type

Visual representation of the plot

nrepeats

Minimun number of ocurrences to draw in the plot

Examples

1
2
3
4
5
6
7
8
9
library(dataesgobr)

datasets <- search_by_title('salud')
keywords <- get_all_keywords(datasets)
graphic_keywords(keywords, 'circular', 10)

datasets <- search_by_title('salud')
keywords <- get_all_keywords(datasets)
graphic_keywords(keywords, 'barras', 11)

dataesgobr documentation built on June 18, 2019, 5:04 p.m.