Learn R Programming

exuber (version 0.4.1)

tidy.radf_distr: Tidy a radf_distr object

Description

Summarizes information about radf_distr object.

Usage

# S3 method for radf_distr
tidy(x, ...)

Arguments

x

An object of class radf_distr.

...

Further arguments passed to methods. Not used.

Value

A tibble::tibble()

Examples

Run this code
# NOT RUN {
mc <- mc_cv(n = 100)

tidy(mc)
# }

Run the code above in your browser using DataLab