Installing the Posit SDK
Problem
You want to start using the Posit SDK.
Solution
Download and install the Posit SDK.
The connectapi
package is available on CRAN and GitHub.
Tip
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")