joyn_msgs_exist {joyn}R Documentation

Presence of joyn msgs in the environment

Description

Checks the presence of joyn messages stored in joyn environment

Usage

joyn_msgs_exist()

Value

invisible TRUE

See Also

Messages functions clear_joynenv(), joyn_msg(), joyn_report(), msg_type_dt(), store_msg(), style(), type_choices()

Examples

## Not run: 
Storing a message
joyn:::store_msg("info", "simple message")
Checking if it exists in the environment
print(joyn:::joyn_msgs_exist())

## End(Not run)

[Package joyn version 0.2.4 Index]