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.
Download from Releases
Installation instructions for R packages can be found here
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
Documentation for all API functions and models can be found in the OpenAPI documentation.
Tator and tator-r are developed by CVision AI.