Learn R Programming

fido (version 1.0.4)

check_dims: Check vector/matrix/data.frame for expected dimensions or throw error

Description

Check vector/matrix/data.frame for expected dimensions or throw error

Usage

check_dims(x, d, par)

Value

nothing if no error, otherwise throws error

Arguments

x

object to check

d

expected dimensions

par

character name of x (for error message)

Examples

Run this code
y <- c(1,3,4)
check_dims(y, 3, "y")

Run the code above in your browser using DataLab