You can install ValidMind from CRAN:
You can also install the package from GitHub using the devtools
package:
You can connect to your ValidMind profile by providing the appropriate credentials:
vm_r <- vm(
api_key="<your_api_key_here>",
api_secret="<your_api_secret_here>",
project="<your_project_id_here>",
python_version="<path_to_your_python_version_here>",
api_host="https://api.dev.vm.validmind.ai/api/v1/tracking"
)
Please see the notebooks/code-sharing/r
folder for examples of how to use!