tk_install.Rd
This function installs the following python libraries: "pyppeteer", "pyppeteer_stealth", "asyncio" and "requests". This function simply wraps py_install
. Use the ...
argument to pass arguments to py_install
.
tk_install(...)
... | pass arguments to |
---|
if (FALSE) { # Run once to install the necessary packages: tk_install() # You can also install in custom environment name by using py_install arguments: tk_install(envname = "VeryNiceEnv") }