leval.project: Evaluates an arbitrary set of Luna commands for all members...

View source: R/luna.R

leval.projectR Documentation

Evaluates an arbitrary set of Luna commands for all members of a project

Description

Evaluates a Luna commands for all individuals in a sample-list

Usage

leval.project(sl, command)

Arguments

sl

a required sample-list, as returned by lsl()

command

a single string or character vector of Luna commands, or the return value of lcmd()

Value

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.

Note

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().

Examples

## 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)


remnrem/luna documentation built on June 1, 2025, 2:14 p.m.