The aim of the package is to provide a wrapper for the Datadog-API:
This R package provides functions for:
Managing Datadog-Api credentials in an R session
Managing top level domains of the API Address
Sending new logs to Datadog as plain text send_plain()
of JSON Objects send_json()
Quering logs and converting them to a data.frame()
via query_logs_df()
or return the whole httr response
Install from CRAN (TBA)
or via GitHub: ```{r, eval=FALSE}
devtools::install_github("holzben/dogR") ```
See Wiki for a short introduction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.