joyn_msg | R Documentation |
display type of joyn message
joyn_msg(msg_type = getOption("joyn.msg_type"), msg = NULL)
msg_type |
character: one or more of the following: all, basic, info, note, warn, timing, or err |
msg |
character vector to be parsed to |
returns data frame with message invisibly. print message in console
Messages functions
clear_joynenv()
,
joyn_msgs_exist()
,
joyn_report()
,
msg_type_dt()
,
store_msg()
,
style()
,
type_choices()
library(data.table)
x1 = data.table(id = c(1L, 1L, 2L, 3L, NA_integer_),
t = c(1L, 2L, 1L, 2L, NA_integer_),
x = 11:15)
y1 = data.table(id = 1:2,
y = c(11L, 15L))
df <- joyn(x1, y1, match_type = "m:1")
joyn_msg("basic")
joyn_msg("all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.