tk_install: Install needed python libraries

Description Usage Arguments Examples

View source: R/meta.R

Description

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.

Usage

1

Arguments

...

pass arguments to py_install

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

# 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")


## End(Not run)

benjaminguinaudeau/tiktokr documentation built on Jan. 17, 2021, 8:52 a.m.