Learn R Programming

pixr (version 0.1.0)

pix_columns: Get Column Information for a PIX Endpoint

Description

Returns detailed information about the columns available for a specific endpoint.

Usage

pix_columns(endpoint = c("keys", "municipality", "stats", "fraud"))

Value

A tibble::tibble with column names, types, and descriptions.

Arguments

endpoint

Character string specifying the endpoint. One of: "keys", "municipality", "stats", or "fraud".

Examples

Run this code
pix_columns("keys")
pix_columns("municipality")
pix_columns("stats")
pix_columns("fraud")

Run the code above in your browser using DataLab