# NOT RUN {
library(dataesgobr)
# }
# NOT RUN {
# Return first 50 matches that contain puente in their title
mydataesgobr <- search_by_title('puente')
# Return the first 78 matches that contain gasto in their title
mydataesgobr <- search_by_title('gasto', 78)
# Return the first 78 matches that contain gasto in their title found in the
# second page (number 1)
mydataesgobr <- search_by_title('gasto', 78, page = 1)
# }
Run the code above in your browser using DataLab