attachedFunctions | R Documentation |
print a list of attached packages and their functions for the user to select from
attachedFunctions(verbose)
verbose |
Boolean if TRUE output several user messages |
returns a list whose components are
l list of user-selected packages and corresponding functions
where character vector of selected packages
if(interactive()){
attachedFunctions(verbose=TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.