is_Pct: Percentage Vectors

View source: R/Pct.R

is_PctR Documentation

Percentage Vectors

Description

test for objects of type "hd_Pct"

Usage

is_Pct(x)

Arguments

x

object to be coerced or tested

Value

returns TRUE or FALSE depending on whether its argument is of type hd_Pct or not.

Examples

pct_value <- Pct(c("1","0.2"))
is_Pct(pct_value)


jpmarindiaz/homodatum documentation built on May 1, 2023, 7:24 p.m.