Nothing
stepcount_base = function() {
sc = reticulate::import("stepcount")
stepcount = sc$stepcount
stepcount
}
stepcount_base_noconvert = function() {
sc = reticulate::import("stepcount", convert = FALSE)
stepcount = sc$stepcount
stepcount
}
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.