Learn R Programming

ValidMind R Package

Installation

You can install ValidMind from CRAN:

install.packages("validmind")

You can also install the package from GitHub using the devtools package:

devtools::install_github("validmind/developer-framework", subdir="r/validmind")

Quick Start

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"
)

Fleshed out Example

Please see the notebooks/code-sharing/r folder for examples of how to use!

Copy Link

Version

Install

install.packages('validmind')

Monthly Downloads

562

Version

0.1.1

License

AGPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Andres Rodriguez

Last Published

April 8th, 2024

Functions in validmind (0.1.1)

summarize_test_result

Provide a summarization of a single test result
display_report

Produce RMarkdown-compatible output of all results
summarize_result

Provide a summarization of a single result (test or metric)
build_r_plotly

Build an R Plotly figure from a JSON representation
summarize_metric_result

Provide a summarization of a single metric result
print_summary_tables

Print a summary table of the ValidMind results
vm

Retrieve a validmind (vm) connection object using reticulate
process_result

Process a set of ValidMind results into parseable data