default: Non-blocking match.arg with better error reporting.

Description Usage

View source: R/utils.R

Description

Performs similar traceback as match.arg for default argument values. Unlike match.arg, this function does not stop execution. It simply emits a detailed warning including the invalid argument value, the calling funcation, and the expected argument values.

Usage

1
default(arg, choices, message = NULL)

shinySearchbar documentation built on July 1, 2020, 11:10 p.m.