Nothing
#' Create Conda Environment for Walking
#'
#' @param envname environment name
#' @param ... additional arguments to pass to [reticulate::conda_create()]
#'
#' @return Output of [reticulate::conda_create]
#' @export
conda_create_walking_env = function(envname = "stepcount",
...) {
reticulate::conda_create(envname = envname, ...)
}
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.