I have written following codes, with intention to get a list with values
1,2,9,16 :

fn <- function(i) return(i^2)
lapply(1:4, fn, i)

However I got following error :
Error in FUN(1:4[[1L]], ...) : unused argument(s) (1)

Can anyone please tell me what will be the correct code here?

Regards,


-- 
View this message in context: 
http://www.nabble.com/Error-with-lapply-tp20605066p20605066.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to