is_numeric_vector: Check if a numeric vector of length n

View source: R/predicates.R

is_numeric_vectorR Documentation

Check if a numeric vector of length n

Description

this function checks if the input is a numeric (double) vector

Usage

is_numeric_vector(x, n)

Arguments

x

is the input

n

is the input vector length


jtipton25/pgR documentation built on July 8, 2022, 12:44 a.m.