Learn R Programming

hardhat (version 1.1.0)

is_case_weights: Is x a case weights vector?

Description

[Experimental]

is_case_weights() checks if x inherits from "hardhat_case_weights".

Usage

is_case_weights(x)

Arguments

x

An object.

Value

A single TRUE or FALSE.

Examples

Run this code
# NOT RUN {
is_case_weights(1)
is_case_weights(frequency_weights(1))
# }

Run the code above in your browser using DataLab