knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of axonaut is to connect to axonaut API
You can install the released version of axonaut with:
#install.packages("remotes") remotes::install_github("VincentGuyader/axonaut")
This is a basic example which shows you how to use the Package:
library(axonaut) library(dplyr) options("accountApiKey"="your_api_key")
get_arrayInvoices() %>% get_facture_compact()
get_arrayInvoices() %>% get_facture_detail()
get_arrayInvoices() %>% get_facture_compact() %>% summarise(sum(HT))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.