Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lapply

how to determine if a character vector is a valid numeric or integer vector

r lapply rbind

How can I apply a custom function that adds new columns to a dataframe to a subset of existing columns?

r function dplyr lapply

zipping lists in R

r plyr lapply

Same function over multiple data frames in R

r for-loop dataframe lapply

deparse(substitute(x)) in lapply?

r lapply substitution

Union of intersecting vectors in a list in R

How to index an element of a list object in R

Using lapply to apply a function over list of data frames and saving output to files with different names

r dataframe lapply

lapply vs for loop - Performance R

r performance lapply

How do you read multiple .txt files into R? [duplicate]

r lapply fread read.table readr

Apply function on a subset of columns (.SDcols) whilst applying a different function on another column (within groups)

r data.table subset lapply

Read multiple CSV files into separate data frames

r csv file lapply

lapply with "$" function

r lapply

How to tell lapply to ignore an error and process the next thing in the list?

Faster way to read fixed-width files

Creating a named list from two vectors (names, values)

r list constructor lapply named

Access and preserve list names in lapply function

r names lapply

Read all files in a folder and apply a function to each data frame

r list lapply summary

passing several arguments to FUN of lapply (and others *apply)

r lapply

Access lapply index names inside FUN

r lapply names indices