library(magrittr)
library(palmerpenguins)
library(missForest)
library(tibble)
data(penguins)
penguinsi <- penguins %>%
as.data.frame() %>%
missForest() %$%
as_tibble(ximp)
use_data(penguinsi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.