Nothing
skip_if_no_python <- function() {
have_python <- reticulate::py_module_available("pycaret")
if (!have_python) {
skip("Python is not available")
}
}
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.