install_stepcount {stepcount} | R Documentation |
stepcount
Python ModuleInstall the stepcount
Python Module
install_stepcount(packages = "stepcount", ...)
have_stepcount()
stepcount_check()
stepcount_version()
packages |
packages to install.
If |
... |
Additional arguments to pass to |
Output of reticulate::py_install
if (have_stepcount()) {
stepcount_version()
}