Skip to content

Atbash-Labs/r-sdk

Repository files navigation

Fortress R SDK

Usage:

You can download the github module by using remotes R package: To install a certain branch or commit or tag, append it to the repo name, after an @:

remotes::install_github("Atbash-Labs/r-sdk@v0.1.0")

The module can then be used as follows:

library(fortress_sdk)

check out the tutorial docs

check out the demo interaction with the library