Written by Dimitris Kokoretsis
#data.table
#data-wrangling
Featured in 4 main posts
Summarize data tables by grouping rows together.
Written by Dimitris Kokoretsis
#programming
#loops
Featured in 3 main posts
Apply a function to a vector or list iteratively, one element at a time.
Written by Dimitris Kokoretsis
#data.table
#data-wrangling
Featured in 4 main posts
Select columns for display, perform calculations and create new columns on data tables.
Written by Dimitris Kokoretsis
#data-wrangling
#table-creation
Featured in 3 main posts
Create a data table with all possible arrangements of given sets of values.
Written by Dimitris Kokoretsis
#data.table
#table-creation
Featured in 3 main posts
Create, import and view data tables in R.
Written by Dimitris Kokoretsis
#programming
Featured in 4 main posts
Reuse code to perform the same operation on different inputs.
Written by Dimitris Kokoretsis
#list-creation
Featured in 1 main post
Bundle together elements of any type.
Written by Dimitris Kokoretsis
#logical-vector
#logical-arithmetic
#vector-creation
Featured in 3 main posts
Test whether simple or complex statements are true or false.
Written by Dimitris Kokoretsis
#random-sampling
Featured in 3 main posts
Draw random samples from a finite set.
Written by Dimitris Kokoretsis
#data.table
#data-wrangling
Featured in 4 main posts
Filter or sort the rows of a data table.
Written by Dimitris Kokoretsis
#vector-creation
Featured in 4 main posts
Create numeric sequences with set starting point, ending point, and increment.
Written by Dimitris Kokoretsis
#programming
Featured in 5 main posts
Assign values or objects to names.
Written by Dimitris Kokoretsis
#vector-creation
Featured in 5 main posts
Bundle together and perform operations on values of the same type.
Written by Dimitris Kokoretsis
#data-wrangling
#table-transformation
Featured in 1 main post
Rearrange data tables into wide or long structure.