get_info.stranger | R Documentation |
Retrieve some information on the content of a stranger object.
## S3 method for class 'stranger' get_info(x, simplify = TRUE, ...)
matrix - metrics attributes (corresponding weird info), one row per weird.
## Not run: library(dplyr) info <- iris %>% select(-Species) %>% crazyfy() %>% stranger() %>% get_info() info ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.