Code
expect_error(percent_missing(as.POSIXct(Sys.Date())))
expect_error(percent_missing(airquality, grouping_cols = "Nope"))
expect_error(percent_missing(airquality, exclude_cols = "nope"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.