Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lapply

Loop linear regression and saving coefficients

Apply Function Using Multiple Changing Arguments in R

r function apply lapply

Order a data frame in a list

r list dataframe lapply

Append each element of a list to each list of a list of lists in R

r list lapply do.call

applying nls to elements on lists

r list lapply nls

Benchmarking datatables in R using lapply, is it slower?

r data.table lapply

lapply and subsetting columns

r subset xts lapply

creating new columns in dataframe from function in R

r function dataframe lapply

Convert the airport codes into full airport names

r lapply

Create new column using apply family

r apply lapply

Retrieving information of each matrix from a list in R

r list matrix lapply sapply

R - Grepl vector over vector

r list vector lapply stringi

Divide only one column of nested data.frames by an integer value

r dataframe nested lapply

R - How to convert this nested for loop into an lapply function that can mutate a list

r loops lapply

Substituting a substring with another string for each line of a dataframe in R

r lapply gsub

Invalid first argument in get when using data.table in lapply

r data.table lapply

preserve name of list element when saving using mapply

r lapply mapply

In R, read files from folder in a list and assign list element names by the file names w/o file format (.fa)

r lapply

Why does wrapping this loop in a function speed it up by 8x? [duplicate]

r for-loop lapply