| joyn_msg {joyn} | R Documentation | 
display type of joyn message
Description
display type of joyn message
Usage
joyn_msg(msg_type = getOption("joyn.msg_type"), msg = NULL)
Arguments
| msg_type | character: one or more of the following: all, basic, info, note, warn, timing, or err | 
| msg | character vector to be parsed to  | 
Value
returns data frame with message invisibly. print message in console
See Also
Messages functions
clear_joynenv(),
joyn_msgs_exist(),
joyn_report(),
msg_type_dt(),
store_msg(),
style(),
type_choices()
Examples
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")
[Package joyn version 0.2.2 Index]