The goal of domoclir is to be an R wrapper around Domo's Java CLI.
You can install domoclir from https://github.com/jimmyg3g/domoclir with:
remotes::install_github('jimmyg3g/domoclir')
You need domoUtil.jar for any of the functions to work.
This is a basic example which shows you how to solve a common problem:
library(domoclir)
## basic example code