wt_install_packages | R Documentation |
weartime
Install Packages Needed for weartime
wt_install_packages(
packages = c("numpy", "pandas", "joblib", "psutil", "glob2", "tensorflow==2.0.0",
"bitstring", "scipy", "resampy", "csv", "logging", "time", "datetime"),
...
)
packages |
list of packages, passed to |
... |
additional arguments passed to passed to |
Output from reticulate::py_install()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.