str.summary.medic {tame}R Documentation

Summary of a medic-object using str function

Description

Summary of a medic-object using str function

Usage

## S3 method for class '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.


[Package tame version 0.2.0 Index]