Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axonaut

The goal of axonaut is to connect to axonaut API

Installation

You can install the released version of axonaut with:

#install.packages("remotes")
remotes::install_github("VincentGuyader/axonaut")

Example

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))

About

axonaut API for R

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages