# redivis-r

The Redivis client library for R allows you to connect data on Redivis with the R scientific stack. Core functionality allows for reading data and metadata, executing queries, and uploading new data.

This library can be used from within [R notebooks on Redivis](https://docs.redivis.com/reference/projects/notebook-nodes/r-notebooks), but can also be run on any other computer with R installed.

{% content-ref url="redivis-r/getting-started" %}
[getting-started](https://docs.redivis.com/api/client-libraries/redivis-r/getting-started)
{% endcontent-ref %}

{% content-ref url="redivis-r/examples" %}
[examples](https://docs.redivis.com/api/client-libraries/redivis-r/examples)
{% endcontent-ref %}

{% content-ref url="redivis-r/reference" %}
[reference](https://docs.redivis.com/api/client-libraries/redivis-r/reference)
{% endcontent-ref %}

## Issues and feature requests

Please report any issues or feature requests in the [issue tracker](https://github.com/redivis/redivis-r/issues).

## Using these docs

If you're installing this library for the first time, consult the [Getting started section](https://docs.redivis.com/api/client-libraries/redivis-r/getting-started).

Redivis resources are represented by a series of classes, with the methods and properties on each class documented in the [Reference section](https://docs.redivis.com/api/client-libraries/redivis-r/reference).

Many methods contain examples of their use, and you can view more comprehensive examples of common use cases in the [Examples section](https://docs.redivis.com/api/client-libraries/redivis-r/examples)[.](https://docs.redivis.com/api/client-libraries/redivis-r/examples)
