triage: Tools to Aid in Debugging Issues Across R Sessions

Description Usage Arguments Details Author(s) Examples

View source: R/triage.r

Description

Tools to Aid in Debugging Issues Across R Sessions

Package-level function that enales direct calling & naming of an output file.

Usage

1
triage(serialize_to = c("json", "rds"), out = NULL, warn = TRUE)

Arguments

serialize_to

output format; json or rds

out

if not NULL the output file the triage info will be stored to

warn

enable/disable sensitive data warning (default: TRUE)

Details

You can either:

source(system.file("scripts", "triage.R", package="triage"))

for automatic usage or use this function like so:

triage::triage()

and have the flexibility of supplying parameters.

The following bits are colected and — where possible — tidied:

NOTE: This is a dangerous function since the output may contain sensitive data, including, but not limited to, API keys or other credentials. Do not share carelessly.

Author(s)

Bob Rudis (bob@rud.is)

Examples

1

hrbrmstr/triage documentation built on May 29, 2019, 12:05 p.m.