Learn R Programming

callback (version 0.1.3)

print.callback_comp: Prints the structure of a component model

Description

Prints the structure of a component model

Usage

# S3 method for callback_comp
print(x, ...)

Value

Printed output.

Arguments

x

a list with class "callback_comp"

...

further arguments passed to or from other methods.

Author

Emmanuel Duguet

Examples

Run this code
model <- list(c("license"),c("woman"),c("woman","license","inter"))
print(callback_comp(mobility1,"offer",c("gender","licenses"),"callback",model))

Run the code above in your browser using DataLab