knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(axonaut) library(dplyr) options("accountApiKey"=readLines("~/.Axonaut")) suppressWarnings(options("accountApiKey"=readLines("~/.Axonaut"))) suppressWarnings(options("userApiKey"=readLines("~/.Axonaut2")))
get_all_invoices() %>% get_facture_compact() %>% names() get_all_invoices() %>% get_facture_compact() %>% group_by(lubridate::year(invoiceDate)) %>% summarise(sum(HT))
get_all_invoices() %>% get_facture_compact()
get_all_invoices() %>% get_facture_detail() %>% View()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.