print.metaConvert {metaConvert}R Documentation

Print a summary of an object of class “metaConvert”

Description

Print a summary of an object of class “metaConvert”

Usage

## S3 method for class 'metaConvert'
print(x, ...)

Arguments

x

an object of class “metaConvert”

...

other arguments that can be passed to the function

Details

Summary method for objects of class “metaConvert”.

Value

Implicitly calls the summary.metaConvert function.

See Also

summary.metaConvert

Examples

### print the results of an object of class metaConvert
convert_df(df.haza, measure = "g")

[Package metaConvert version 1.0.0 Index]