Description Usage Arguments Value Examples
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
1  | search_by_publisher(publisher, numentry = 50, page = 0)
 | 
publisher | 
 Publisher to search  | 
numentry | 
 Number of results for page  | 
page | 
 The number of page to see, the first page is 0  | 
A data.frame
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')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.