Skip to contents

Main Functions

Core functions for searching and downloading data

peruopen peruopen-package
peruopen: Access Peru's Open Data Portal (CKAN)
po_catalog()
Get searchable catalog of Peru open data with smart loading
po_search()
Unified search across Peru's open data catalog
po_get()
Smart getter for Peru open data
po_explore()
Interactive exploration of Peru's open data

Cache Management

Functions for managing cached data

cache_info()
Get cache information
clear_cache()
Clear package cache
clear_resource_cache()
Clear downloaded resource file cache

Print methods and utility functions for package objects

print(<po_search_result>)
Print method for po_search results
print(<po_explore_result>)
Print method for po_explore results
print(<po_datasets>)
Print method for datasets tibbles
print(<po_resources>)
Print method for resources tibbles
as_tibble(<po_datasets>)
Convert po_datasets back to regular tibble
as_tibble(<po_resources>)
Convert po_resources back to regular tibble
knit_print(<po_search_result>)
Knit print method for po_search results (for Quarto/markdown)
knit_print(<po_explore_result>)
Knit print method for po_explore results (for Quarto/markdown)
knit_print(<po_datasets>)
Knit print method for po_datasets (for Quarto/markdown)
knit_print(<po_resources>)
Knit print method for po_resources (for Quarto/markdown)