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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.