Learn R Programming

dataesgobr (version 1.0.0)

graphic_keywords: Represent keywords in a plot

Description

Represent keywords in a plot

Usage

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

Run this code
# NOT RUN {
library(dataesgobr)
# }
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab