recip_table | R Documentation |
see tidyExt vignette This function requires tidyExt::recip_order() to be loaded.
recip_table(x_vec, y_vec, check_order = FALSE, print_matches = FALSE)
x_vec |
vector of elements of any type |
y_vec |
vector of elements of any type |
A tibble, and an optional message.
recip_table(mtcars$mpg, mtcars$mpg[1:5])
recip_table(mtcars$mpg, sort(mtcars$mpg), check_order = TRUE)
recip_table(mtcars$mpg[1:5], mtcars$mpg)
recip_table(mtcars$mpg, mtcars$mpg)
recip_table(mtcars$mpg, mtcars$cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.