setup-local-calculation"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)
library(agena.ai)

Setting the working directory where the local api will be cloned and installed if needed

#setwd("/Users/user/repos/api-r")

Creating the local agena.ai developer API environment. Requires git, Java, and maven.

local_api_clone() 
local_api_compile()
local_api_activate_license("1234-ABCD-5678-EFGH")


Try the agena.ai package in your browser

Any scripts or data that you put into this service are public.

agena.ai documentation built on Sept. 26, 2023, 5:11 p.m.