View source: R/computeModules.R
printoutModuleInformation | R Documentation |
This takes an object of the class moduleWeb
and prints out the information about the modules stored in this object.
It is a formatted print-out of the information one gets as result of the function listModuleInformation(moduleWebObject)
.
printoutModuleInformation(moduleWebObject)
moduleWebObject |
An object of class |
None. This function is called for its side effects of printing the content of its object in a more acceptable format.
Rouven Strauss
## Not run:
data(small1976)
moduleWebObject = computeModules(small1976)
printoutModuleInformation(moduleWebObject)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.