validate.bool.param.value {AnalysisPageServer}R Documentation

validate.bool.param.value

Description

Validate a boolean-type AnalysisPageParam value

Usage

validate.bool.param.value(app, val)

Arguments

app

AnalysisPageParam

val

Candidate value

Details

Validate a boolean-type AnalysisPageParam value:

  1. val must be length 1

  2. val must be a logical

Value

val unmodified

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.16.0 Index]