Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data.table

Populating a "count matrix" with permutations of R data.table rows

r matrix count data.table

data.table modifies parent environment / weird behavior with setDT

r data.table

How to use R data.table column names with cube(..., j = ,...) within a function?

r data.table

data.table's tables() function runs some of my .Rprofile functions

r data.table

a simple loop with data.table

r data.table

data.table function per row too slow

r data.table

Applying function to data table subset excluding nested by value

r data.table

Pass argument to data.table aggregation function

r data.table

Subset data.table using min condition

r data.table

Tag all duplicate rows in R as in Stata

r data.table plyr stata

Reference `data.table` column by name

r data.table

Create aggregate output data.table from function returning multiple output

Correlation between numeric and logical variable gives (intended) error?

r data.table

Programmatic subsetting of a data.table in R

r data.table

R: How to sum values from rows only if the key value is the same and also if the key duplicated in consecutive rows?

r data.table

Why does setnames() affect copied tables?

r data.table

"object 'ansvals' not found" error - what does it mean?

r data.table

How to add time series objects (ts) in a data.table, by row?

r data.table time-series

How can I reshape a data.table when the order of the registers determines the category?

Loop through data.table and create new columns basis some condition

r data.table