7 Getting help with R
The most important skill you need to learn to use R well is how to get help. This is a great list of steps to try:
This blog post explains those steps at a bit more length.
The most important step is often breaking your problem down into a small, reproducible example - a reprex
in R jargon. Often, the process of making a reprex can make your problem appear more clearly to you, so you’ll solve it yourself before you even have to ask someone else!