| summary.Knowledge | R Documentation |
Summarize a Knowledge Object
## S3 method for class 'Knowledge'
summary(object, ...)
object |
A |
... |
Additional arguments (not used). |
Invisibly returns the Knowledge object.
kn <- knowledge(
tpc_example,
tier(
child ~ starts_with("child"),
youth ~ starts_with("youth"),
old ~ starts_with("old")
)
)
summary(kn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.