Nothing
#' Is ssw-py installed?
#'
#' @return `TRUE` if installed, `FALSE` if not.
#'
#' @export
#'
#' @examples
#' is_installed_ssw_py()
is_installed_ssw_py <- function() {
reticulate::py_available() && reticulate::py_module_available("ssw")
}
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.