Learn R Programming

dataesgobr (version 1.0.0)

get_all_keywords: Obtain keywords in data.frame with the number of ocurrences

Description

Obtain keywords in data.frame with the number of ocurrences

Usage

get_all_keywords(data)

Arguments

data

A data.frame with datasets from datos.gob.es

Value

A list with keywords

Examples

Run this code
# NOT RUN {
library(dataesgobr)
# }
# NOT RUN {
datasets <- search_by_title('consumo')
keywords <- get_all_keywords(datasets)
# }

Run the code above in your browser using DataLab