is_match_type_error | R Documentation |
Confirm if match type error
is_match_type_error(x, name, by, verbose, match_type_error)
name |
name of data frame |
by |
A vector of shared column names in |
match_type_error |
logical: from existing code |
logical
## Not run:
# example with dt not uniquely identified by "id"
x1 = data.table(id = c(1L, 1L, 2L, 3L, NA_integer_),
t = c(1L, 2L, 1L, 2L, NA_integer_),
x = 11:15)
joyn:::is_match_type_error(x1, name = "x1", by = "id")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.