Clearing joyn environment
See also
Messages functions
joyn_msg()
,
joyn_msgs_exist()
,
joyn_report()
,
msg_type_dt()
,
store_msg()
,
style()
,
type_choices()
Examples
if (FALSE) { # \dontrun{
# 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())
} # }