Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lapply

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

Extracting matrices from list of list sub-elements keeping the list/sub-list indices for the matrix

r list lapply sapply

lapply: Fitting thousands of mixed models and being able to extract lsmeans

r lapply lme4 lsmeans

Can't Combine X <character> and X <double>

r bind lapply

Adding columns to multiple dataframes in a list in R

r loops ggplot2 lapply vegan

Skipping last N rows with lapply and then read.csv

r lapply readlines

Reduce() in R over similar variable names causing error

r list merge reduce lapply

Transpose list rows into a dataframe

Adding a new column to a list of data frames and then 'unlist' with names intact?

r loops lapply cbind

Subsetting a list object based on a logical statement

r lapply

R: Extracting elements for loop from lapply object

How to use lapply and paste on multiple dataframes in a list

r lapply paste

Use filename as list name using lapply and read_xls

r list filenames lapply

How to build a lapply-style function in R with Python code inside with package reticulate?

creating the same variable across different data frames

r loops lapply

Replace all values of a dataframe in R that contain a substring

r lapply grepl