Crawls the PXWeb API to rebuild the table index. If path is provided,
the index is written to that file; otherwise only the in-memory index is
refreshed.
Usage
nso_rebuild_px_index(path = NULL, write = !is.null(path))Examples
# Crawls the entire PXWeb catalogue; takes several minutes
if (FALSE) { # \dontrun{
idx <- nso_rebuild_px_index()
head(idx)
} # }
