check_ipums_data <- function(x, nm = "x") {
if (!"ipums_ddi" %in% names(attributes(x))) {
stop("Input '", nm, "' must come from preprocess_ipums()")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.