numr_system: Get or set the numeral system of a vector

View source: R/numeral.R

numr_systemR Documentation

Get or set the numeral system of a vector

Description

These functions retrieve or replace the system attribute of a numeral vector.

Usage

numr_system(x)

Arguments

x

numeral vector.

Examples

x <- numeral(1, "ar")
numr_system(x)

joeroe/numerals documentation built on May 20, 2023, 4:24 a.m.