Pinned Bulletins
View all 1 bulletinsR Language has some news to share
Pinned content
View all 3 collectionsR Language admins have deemed these posts noteworthy.
How to write a good R question with a reproducible example
R Language Frequently Asked Questions
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
R "rphylopic" package fails with ggplot - my issue or package issue?
Oblique Mercator projection +alpha bug when aligning terra raster to (coastline) segment azimuth
Connect to EViews data base in R
How to fix converting the numeric value on y-axis
Prevent resetting graph when slider plotly barplot R
Recommended answers
View all recommended answersThese answers have been recommended
Horizontal segments in violin plot in R [duplicate]
You can use stage() to filter the violin after it has been computed. The idea is to use different filtered layers as your segments. The warning in the code below is benign: it is because the stage() ...
How can I have a powerpoint document created using OfficeR be downloadable by users of my app?
From ?shiny::downloadHandler, content: A function that takes a single argument ‘file’ that is a file path (string) of a nonexistent temp file, and writes the content to that file ...
Can't convert back slashes to forward slashes [duplicate]
Use forward-slashes instead. On macos and linux, R uses forward-slashes only for directory separators. On windows, however, it accepts either, so all of the following will work on windows: path <- &...
R package loading error - .onAttach failed in attachNamespace()
I think you have fixed one of your issues, and that is that you had to restart into an empty R session in order to install it. This suggests you had a .Rproj or .RData file in your current working ...
Keep sorting order within faceted plot when some elements appear multiple times
ggplot orders the bars the same way across all facets. This is a bit hard to see, since you remove most categories with the free y-axis. Running your code without that makes it easier to see: What ...
See what's trending
View all trending questionsThese are the most active questions in R Language Collective
How to make a great R reproducible example
Sort (order) data frame rows by multiple columns
How do I replace NA values with zeros in an R dataframe?
Drop data frame columns by name
How to join (merge) data frames (inner, outer, left, right)
How to write a good R question with a reproducible example
Create multiple PDF/HTML reports using R Markdown in a loop
Simply submit a proposal, get it approved, and publish it.
See how the process works