Search code examples
Remove an entire column from a data.frame in R...


rdataframer-faq

Read More
Pasting two vectors with combinations of all vectors' elements...


rr-faq

Read More
Annotating text on individual facet in ggplot2...


rggplot2facet-wrapfacet-gridr-faq

Read More
How do you use "<<-" (scoping assignment) in R?...


rscopinglexical-scoper-faq

Read More
How to import multiple .csv files at once?...


rr-faq

Read More
How to find the statistical mode?...


rstatisticsr-faq

Read More
Combine two data frames by rows (rbind) when they have different sets of columns...


rdataframer-faq

Read More
Remove rows with all or some NAs (missing values) in data.frame...


rdataframefiltermissing-datar-faq

Read More
Formatting Decimal places in R...


rformattingroundingr-faq

Read More
How do I replace NA values with zeros in an R dataframe?...


rdataframer-faq

Read More
Elegant way to check for missing packages and install them?...


rpackager-faq

Read More
How to make a great R reproducible example...


rr-faq

Read More
Cleaning up factor levels (collapsing multiple levels/labels)...


rr-factorr-faq

Read More
Concatenate a vector of strings/character...


rstringr-faq

Read More
Split data.frame based on levels of a factor into new data.frames...


rdataframer-faq

Read More
How to load packages in R automatically?...


rloadingr-packager-faqdefaults

Read More
Change R default library path using .libPaths in Rprofile.site fails to work...


rrstudior-faqlibrary-path

Read More
Reshaping data.frame from wide to long format...


rdataframereshaper-faq

Read More
What does %>% function mean in R?...


rsyntaxdplyrmagrittrr-faq

Read More
Read an Excel file directly from a R script...


excelrr-faq

Read More
Convert continuous numeric values to discrete categories defined by intervals...


rr-faq

Read More
Combine a list of data frames into one data frame by row...


rlistdataframer-faq

Read More
How can I remove an element from a list?...


rlistindexingr-faq

Read More
Understanding color scales in ggplot2...


rggplot2r-faq

Read More
Sort (order) data frame rows by multiple columns...


rsortingdataframer-faq

Read More
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
BackNext