Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lapply

Using lapply with if to test each element in a list

r if-statement lapply

which list element is being processed when using snowfall::sfLapply?

Use R and Openxlsx to output a list of dataframes as worksheets in a single Excel file

r excel lapply xlsx openxlsx

apply, sapply and lappy return NULL

r apply lapply sapply

Efficient sampling from nested lists

r performance nested lapply

Error in calling `lm` in a `lapply` with `weights` argument

r lapply lm

R lapply different function to each element of list

r function lapply

in R dplyr why do I need to ungroup() after I count()?

r group-by dplyr lapply sapply

Assigning values within lapply

r merge lapply

How can I get R's lapply (and mclapply) to restore the state of the random number generator?

r random lapply mclapply

Why does lapply() not retain my data.table keys?

r data.table lapply

How to get the name of each element of a list using lapply()?

r lapply

Fast alternative to split in R

r split pentaho lapply

R: lapply function - skipping the current function loop

r function lapply

Using get inside lapply, inside a function

r lapply

Using lapply to change column names of a list of data frames

r dataframe lapply

Replace first occurrence of ":" but not second in R

regex r lapply gsub

Dollar operator as function argument for sapply not working as expected

r lapply sapply dollar-sign

Returning anonymous functions from lapply - what is going wrong?

Dataframes in a list; adding a new variable with name of dataframe

list r dataframe names lapply