d_report {diyar}R Documentation

d_report

Description

d_report

Usage

## S3 method for class 'd_report'
plot(
  x,
  ...,
  metric = c("cumulative_duration", "duration", "max_memory", "records_checked",
    "records_skipped", "records_assigned")
)

## S3 method for class 'd_report'
as.list(x, ...)

## S3 method for class 'd_report'
as.data.frame(x, ...)

Arguments

x

[d_report].

...

Arguments passed to other methods

metric

Report information


[Package diyar version 0.5.1 Index]