Learn R Programming

ksformat (version 0.3.5)

.resolve_sas_format_def: Resolve a SAS format definition from the built-in table

Description

Resolve a SAS format definition from the built-in table

Usage

.resolve_sas_format_def(name)

Value

A list with r_fmt, type, toupper, or NULL.

Arguments

name

Character. SAS format name (e.g., "DATE9.", "MMDDYY10", "TIME8.")