Search code examples
Remove duplicated rows...

rduplicatesr-faq

Read More
Aggregate / summarize multiple variables per group (e.g. sum, mean)...

rdataframedata.tableaggregater-faq

Read More
How to reshape data from long to wide format...

rreshaper-faq

Read More
How can I remove all duplicates so that NONE are left in a data frame?...

rduplicatesuniquer-faq

Read More
How can I view the source code for a function?...

rfunctiondebuggingr-faq

Read More
Replacing NAs with latest non-NA value...

rdata.tablezoor-faq

Read More
Create binned values of a numeric column...

rr-faq

Read More
Extracting specific columns from a data frame...

rdataframer-faq

Read More
ggplot with 2 y axes on each side and different scales...

rggplot2r-faq

Read More
Set default CRAN mirror permanent in R...

rcranr-faq

Read More
What is the difference between require() and library()?...

rpackager-faq

Read More
How should I deal with "package 'xxx' is not available (for R version x.y.z)" warn...

rinstallationrepositorypackager-faq

Read More
How to sum a variable by group...

rdataframeaggregater-faq

Read More
What do the %op% operators in mean? For example "%in%"?...

rsyntaxoperatorsr-faq

Read More
R: what are Slots?...

ooprr-s4slotr-faq

Read More
Paste multiple columns together...

rpaster-faq

Read More
Why are these numbers not equal?...

rfloating-pointfloating-accuracyr-faq

Read More
How to plot all the columns of a data frame in R...

rdataframeplotr-faq

Read More
Get filename without extension in R...

rr-faq

Read More
Counting the number of elements with the values of x in a vector...

rvectorcountr-faq

Read More
Count number of rows within each group...

rdataframeaggregater-faq

Read More
How to use the tryCatch() function?...

rexceptiontry-catchr-faq

Read More
Counting unique / distinct values by group in a data frame...

rdataframedistinct-valuesr-faq

Read More
How can I save a plot as an image on the disk?...

rplotggplot2latticer-faq

Read More
Count number of rows per group and add result to original data frame...

rcountaggregater-faq

Read More
Remove NA values from a vector...

rnar-faq

Read More
Multiline Comment Workarounds?...

rcommentsr-faq

Read More
Order discrete x scale by frequency/value...

rggplot2r-faq

Read More
Finding ALL duplicate rows, including "elements with smaller subscripts"...

rduplicatesr-faq

Read More
How do you specifically order ggplot2 x axis instead of alphabetical order?...

rggplot2r-faq

Read More
BackNext