search_by_publisher: Creates a data.frame containing datasets from datos.gob.es

Description Usage Arguments Value Examples

Description

Send a request to datos.gob.es using the publisher param to search datasets that match with the publisher, then the results are returned as data.frame

Usage

1
search_by_publisher(publisher, numentry = 50, page = 0)

Arguments

publisher

Publisher to search

numentry

Number of results for page

page

The number of page to see, the first page is 0

Value

A data.frame

Examples

1
2
3
4
5
6
library(dataesgobr)

url <- make_url("publisher", 'L01280066')
publisherID <- get_id(url)
datasets <- search_by_publisher(publisherID)
datasets2 <- search_by_publisher('L01280066')

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