lx2 | R Documentation |
A version of lx() designed to work with lists of returned lists
lx2(k, ...)
k |
multiple returned values from |
... |
all parameters used in |
same output as lx()
## Not run:
> k <- list()
> k[[ "S1" ]] <- leval( some-commands-go-here )
> k[[ "S2" ]] <- leval( some-more-commands-go-here )
> lx2(k)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.