knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(axonaut)
library(dplyr)

options("accountApiKey"=readLines("~/.Axonaut"))
options("userApiKey"=readLines("~/.Axonaut2"))
get_all_companies()
get_all_project()
create_project(number = nom_du_projet,
               company_id = create_companie(name = client),
               # company_name = client,
               name = description_du_projet)
get_arrayInvoices() %>% 
  get_facture_compact()  
get_arrayInvoices() %>% 
  get_facture_detail() %>% View()


VincentGuyader/axonaut documentation built on April 12, 2024, 2:37 p.m.