zi_load_labels_list: Load List of Available Label Data Sets

View source: R/zi_load_labels_list.R

zi_load_labels_listR Documentation

Load List of Available Label Data Sets

Description

This function loads a list of available label data sets that can be used to label ZIP Codes. Currently, only three-digit ZIP Codes are supported.

Usage

zi_load_labels_list(type = "zip3")

Arguments

type

A character scalar specifying the type of label data to load. The only supported type is 'zip3' (three-digit ZIP Codes).

Value

A tibble containing date values that can be used with zi_load_labels.

Examples


  zi_load_labels_list(type = "zip3")



zippeR documentation built on Sept. 11, 2024, 8:56 p.m.