--- title: "I'm unsure about the next step in my coding:" subtitle: "(describe in a single line what you're trying to achieve)" date: "`r Sys.Date()`" output: html_document --- ## This is what I'm trying to achieve: (Explain the overall purpose of what you’re doing. If you’re working from an exercise or tutorial, copy its URL from your browser’s address bar.) ## This is how far I've got on my own: (Explain in R code and/or words what you have managed thus far.) ```{r set_up} # Paste the start of the code you already have, # right up to the point where it gets difficult: ``` ## This is my best attempt so far: (Explain in R code and/or words how you're trying to carry out the next step of your plan.) ```{r } # (This chunk can be left blank if you have no relevant code to show yet.) ``` ``` # Any text output from your R Console or HTML report can be pasted # between HERE... # ...and HERE. ``` If your result is easier to describe with a picture than with text, feel free to attach an image to the message to your helper. Or you can include it in this Rmd file if you know how. ## This is the next step I would like: Explain what you want, and make clear how that differs from what you have already. Attaching a pen-and-paper sketch as an image is often helpful. ## This is how I've tried to find a solution: (Describe which help texts or google searches you have tried, and state whether any of them looked promising. You may also paste in other code alternatives that you would think might have worked, but don't.) ```{r} # (This chunk can be left blank if you have no relevant code to show.) ```