README.md

dogR

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

Installation

Install from CRAN (TBA)

or via GitHub: ```{r, eval=FALSE}

install.packages("devtools")

devtools::install_github("holzben/dogR") ```

Wiki

See Wiki for a short introduction.



holzben/dogR documentation built on Feb. 21, 2020, 10:25 a.m.