Installing the Posit SDK
Problem
You want to start using the Posit SDK.
Solution
Download and install the Posit SDK.
The Posit SDK for Python is available on PyPI and is installed using pip.
Note
pip install posit-sdk
The connectapi
package is available on CRAN and GitHub.
Note
We recommend using a virtual environment to isolate dependencies. There are several popular R virtual environment managers. We recommend using the renv package.
install.packages("connectapi")