Learn R Programming

geospatialsuite (version 0.1.1)

validate_vector_input: Validate vector input

Description

Validate vector input

Usage

validate_vector_input(x, param_name = "vector_data", allow_null = FALSE)

Value

TRUE if valid, stops with error if invalid

Arguments

x

Input to validate

param_name

Parameter name for error messages

allow_null

Allow NULL values