Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. Install R from the following link:
    https://cloud.r-project.org/

  2. Open R and run the following command to install the ODBC package.

    Code Block
    install.packages("odbc")

...