Prerequisites
The Kyvos ODBC driver should be installed and configured on the computer where you want to use R to connect to the Kyvos semantic model.
Steps to connect to Kyvos using R
Install R from the following link:
https://cloud.r-project.org/Open R and run the following command to install the ODBC package.
Code Block install.packages("odbc")
...