Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data.table

data.table row-wise sum, mean, min, max like dplyr?

r data.table dplyr

Why does median trip up data.table (integer versus double)?

Replace logical values (TRUE / FALSE) with numeric (1 / 0)

Most efficient list to data.frame method?

Fastest way to add rows for missing time steps?

r dataframe plyr data.table

can the value.var in dcast be a list or have multiple value variables?

r data.table reshape reshape2

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

r data.table subset lapply

Use of lapply .SD in data.table R

r data.table

Sample random rows within each group in a data.table

r data.table

Dynamic column names in data.table

r data.table

Use data.table to count and aggregate / summarize a column

Fast reading and combining several files using data.table (with fread)

r data.table fread

Multiply many columns by a specific other column in R with data.table?

r data.table

How to extract the first n rows per group?

r data.table

How to merge two data.table by different column names?

r merge data.table

Apply multiple functions to multiple columns in data.table

r data.table

knitr gets tricked by data.table `:=` assignment

r data.table knitr

data.table objects assigned with := from within function not printed

Efficient row-wise operations on a data.table

r data.table

Perform a semi-join with data.table

r data.table semi-join