Skip to content

cvisionai/tator-r

Repository files navigation

tator-r

R client for Tator.

Example usage

library(tator)

api <- get_api(host = 'https://cloud.tator.io', token = 'MY_TOKEN')
api$get_media_list(1) # Pass a project ID

Visit the examples for more.

Installation

From GitHub

Download from Releases

Installation instructions for R packages can be found here

From source

Requires Make and Docker with docker image openapitools/openapi-generator-cli:latest

# Generate openapi code
$ make r-bindings
# Build and install tator-r
$ ./build.sh 
# OR use "Install and Restart" in RStudio

API documentation

Documentation for all API functions and models can be found in the OpenAPI documentation.

Authors

Tator and tator-r are developed by CVision AI.