Initial CRAN release.
_text columns, and adds inline ggplot comments.≤ in prepare_query()
documentation that caused LaTeX PDF manual errors.px_api() creates
reusable connection objects for any PX-Web API (SCB, SSB, Statistics
Finland, etc.) with automatic version detection (v1/v2).px_available()
performs a lightweight connectivity check, used to guard examples and
tests.get_tables() searches
and lists available tables with support for both v1 (tree-walking) and
v2 (search endpoint) APIs.get_variables()
retrieves variable metadata for any table, including value lists and
selection types.get_data() downloads
data with automatic query construction, chunking for large requests, and
rate limiting.get_codelists() retrieves
codelist metadata; codelist_values() and
codelist_describe() for inspection.px_all(),
px_top(), px_bottom(), px_from(),
px_to(), px_range() for concise variable
selections.prepare_query() for
interactive query building; compose_table_query(),
compose_data_query(), execute_query() for
programmatic access.save_query() and
get_saved_query() for persisting and reloading query
specifications.table_search(),
table_describe(), table_enrich(),
table_minimize(), table_extract_ids() for
working with table metadata.variable_search(),
variable_describe(), variable_minimize(),
variable_extract_ids(),
variable_name_to_code(), variable_values() for
working with variables.data_minimize(),
data_comments(), data_legend() for working
with downloaded data.pixieweb_cache_dir() and
pixieweb_clear_cache() for managing cached API responses
using tools::R_user_dir().px_cite() generates
citations for downloaded data.