Skip to contents

Whether the arg is provided in function call

Usage

isProvided(x, seek = "mu")

Arguments

x

An object of class "meanCI" or function call or character string

seek

character. Default="mu"

Value

logical

Examples

x=meanCI(mtcars,am,mpg)
isProvided(x)
#> [1] FALSE