Related Contents:
- Split comma-separated strings in a column into separate rows
- Split data frame string column into multiple columns
- Creating dummy variables in R data.table
- R split string by symbol
- Aggregate / summarize multiple variables per group (e.g. sum, mean)
- Understanding exactly when a data.table is a reference to (vs a copy of) another data.table
- data.table vs dplyr: can one do something well the other can’t or does poorly?
- dcast warning: ‘Aggregation function missing: defaulting to length’
- Concatenate a vector of strings/character
- Split character column into several binary (0/1) columns
- Selecting data frame rows based on partial string match in a column
- Left join using data.table
- What is the purpose of setting a key in data.table?
- Using data.table package inside my own package
- Assign multiple columns using := in data.table, by group
- How to get week numbers from dates?
- Count the number of all words in a string
- Delete rows containing specific strings in R
- Pass column name in data.table using variable [duplicate]
- Sample random rows within each group in a data.table
- Split dataframe into multiple output files
- Remove part of a string
- How to extract the first n rows per group?
- Deleting reversed duplicates with R
- What is the algorithm behind R core’s `split` function?
- Split data.frame by value
- data.table with two string columns of set elements, extract unique rows with each row unsorted
- Convert column classes in data.table
- When should I use the := operator in data.table?
- Force character vector encoding from “unknown” to “UTF-8” in R
- Error: package or namespace load failed for ggplot2 and for data.table
- Evaluating both column name and the target value within `j` expression within `data.table`
- Why is allow.cartesian required at times when when joining data.tables with duplicate keys?
- Fill in missing values by group in data.table
- subsetting a data.table using != excludes NA too
- Why is plyr so slow?
- Referring to data.table columns by names saved in variables
- data.table and parallel computing
- Update subset of data.table based on join
- Using setDT inside a function
- How subset a data frame by a factor and repeat a plot for each subset?
- Merging multiple data.tables
- Splitting a file name into name,extension
- Join R data.tables where key values are not exactly equal–combine rows with closest times
- how to show a legend on dual y-axis ggplot
- How can I evaluate (or create) an on the fly column in data.table in r
- Cleaning `Inf` values from an R dataframe
- When should I use setDT() instead of data.table() to create a data.table?
- Raw text strings for file paths in R
- can the value.var in dcast be a list or have multiple value variables?