validate_inputs {projmgr}R Documentation

Validate that all user-defined inputs (GET query, POST body, etc.) are valid

Description

Validate that all user-defined inputs (GET query, POST body, etc.) are valid

Usage

validate_inputs(input, allowed_vars)

Arguments

input

List of user-provided input parameters

allowed_vars

Character vector of allowed but not required variables

Value

No return. Throws errors if user-defined inputs are invalid.


[Package projmgr version 0.1.1 Index]