check_shiny_param: Checks whether argument included as shiny exclusive parameter

View source: R/utils.R

check_shiny_paramR Documentation

Checks whether argument included as shiny exclusive parameter

Description

A quick function to check a shiny.semantic wrapper of a shiny function to see whether any extra arguments are called that aren't required for the shiny.semantic version

Usage

check_shiny_param(name, func, ...)

Arguments

name

Function argument name

func

Name of the function in the

...

Arguments passed to the shiny.semantic version of the shiny function

Value

If the shiny exclusive argument is called in a shiny.semantic, then a message is posted in the UI


Appsilon/shiny.semantic documentation built on April 21, 2024, 5:49 p.m.