ifExistsAndTrue: ifExistsAndTrue

View source: R/Stringendo.R

ifExistsAndTrueR Documentation

ifExistsAndTrue

Description

Checks if a variable is defined, and its value is TRUE, else returns FALSE, and prints a message.

Usage

ifExistsAndTrue(varname = "pi")

Arguments

varname

Name of the variable

Examples

ifExistsAndTrue("pi"); ifExistsAndTrue("pi22")


vertesy/Stringendo documentation built on Nov. 10, 2024, 4:35 a.m.