Learn R Programming

cwhmisc (version 2.1)

napply: Apply a function to the corresponding elements of two lists (?)

Description

lapply extended for two lists ??

Usage

napply(...,FUN)

Arguments

...
list of vectors ??
FUN
function to be used

Value

  • list of values

Examples

Run this code
l1 <- 2
l2 <- 4
napply(l1,l2,FUN=union)

Run the code above in your browser using DataLab