Learn R Programming

Rnest (version 1.2)

summary.nest: Summary results of NEST

Description

summary method for class "nest".

Usage

# S3 method for nest
summary(object, ...)

Value

No returned value, called for side effects.

Arguments

object

an object of class "nest".

...

further arguments for other methods, ignored for "nest".

Examples

Run this code
results <- nest(ex_2factors, n = 100)
summary(results)

Run the code above in your browser using DataLab