Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data.table

Subsetting data.table with a condition

Merge two data.frames with replacement

R: How to make transformations on subset of a subset fast (optimize or alternative to `ddply`)?

r data.table subset plyr

Use data.table in R to add multiple columns to a data.table with = with only one function call

r data.table combn

First element in a data.table aggregation

r data.table

String grouping (aggregation) with data.table (R 3.1.1)

r aggregate data.table

mathematical operations on data.table(in R)

r matrix data.table

Using data.table to calculate a function which depends on many columns

r data.table

Return all factor levels by name as new columns from a three column data.table [R]

r data.table dplyr

R passing data.table parameters through function calls

r data.table

data.table within group id [duplicate]

r data.table

data.table index of a second column

r data.table

tidyr wide to long: repeated measures and efficiency

r data.table tidyr

Subset a data.table given the row index for each group

r data.table

Tracking full Level change row by row

r data.table dplyr zoo

Concatenating a vector of column names in R data.table

r data.table

Unable to subset (filter) a data frame due to NA's

r data.table dplyr subset

R Cumulative Sum with a condition and a reset

Adding a vector as new columns in existing data frame

How to parse tab-delimited data (of different formats) into a data.table/data.frame?

r parsing data.table csv