leval.project | R Documentation |
Evaluates a Luna commands for all individuals in a sample-list
leval.project(sl, command)
sl |
a required sample-list, as returned by |
command |
a single string or character vector of
Luna commands,
or the return value of |
the same list-of-data-frames as returned by leval()
,
except each data-frame will now contain all individuals in the project
specified by sample list sl
.
Unlike leval()
, the leval.project()
function attaches
and then drops each EDF in the sample list, iteratively. This means that any
changes to the internal EDFs will not persist across different runs of
leval.project()
in the way they do for leval()
.
## Not run:
> k <- leval.project(lsl("s.lst") , lcmd("cmd.txt"))
## this does the same as the lunaC command
## % luna s.lst -o out.db < cmd.txt
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.