Learn R Programming

tame (version 0.2.0)

str.summary.medic: Summary of a medic-object using str function

Description

Summary of a medic-object using str function

Usage

# S3 method for summary.medic
str(object, ...)

Arguments

object

A medic object.

...

Additional arguments passed to str.default.

This function provides a summary of an object by using the str function. It is a modified version of the str.default function from the utils package, with the maximum level set to 2.