Apply several summary functions (sum, mean, etc.) on several variables by group in one call...
Read MoreConverting year and month ("yyyy-mm" format) to a date?...
Read MorePlotting two variables as lines using ggplot2 on the same graph...
Read MoreHow to generate permutations or combinations of object in R?...
Read MoreWhat does "The following object is masked from 'package:xxx'" mean?...
Read MoreHow to convert character of percent into numeric in R...
Read MoreWhat is the difference between = and == in R?...
Read MoreHow to use a variable to specify column name in ggplot...
Read MoreTranspose / reshape dataframe without "timevar" from long to wide format...
Read More`lm` summary not display all factor levels...
Read MoreDifferent legend-keys inside same legend in ggplot2...
Read MoreHow can I trim leading and trailing white space?...
Read MoreTest if characters are in a string...
Read MoreHow do I get a list of built-in data sets in R?...
Read MoreSubset / filter rows in a data frame based on a condition in a column...
Read MoreUsing ggplot2, can I insert a break in the axis?...
Read MoreHow do I make a list of data frames?...
Read MoreHow to find all functions in an R package?...
Read MoreSelect rows from a data frame based on values in a vector...
Read MoreOrder of operator precedence when using ":" (the colon)...
Read MoreTest if a vector contains a given element...
Read MoreEvaluate expression given as a string...
Read MoreHow to unload a package without restarting R...
Read MoreHow to plot a function curve in R...
Read More