Nothing
X <- as.data.frame(matrix(NA,20,4))
test_that("No changes if there are no NAs", {
expect_error(ClustImpute(X,3),"All values of X are NA")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.