Learn R Programming

joyn (version 0.2.4)

clear_joynenv: Clearing joyn environment

Description

Clearing joyn environment

Usage

clear_joynenv()

Arguments

See Also

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

Examples

Run this code
if (FALSE) {
# Storing a message
joyn:::store_msg("info", "simple message")

# Clearing the environment
joyn:::clear_joynenv()

# Checking it does not exist in the environment
print(joyn:::joyn_msgs_exist())
}

Run the code above in your browser using DataLab