USGS-R / hypeRusgs

Creating some R hype by showing off advanced techniques applied to USGS science.
3 stars 5 forks source link

Example issue #1

Open lindsayplatt opened 6 years ago

lindsayplatt commented 6 years ago

Here is where I would write the description of my question/bug/issue. You can also include images, screenshots, or other files by dragging and dropping (or copy/pasting) into this window while you are editing. You can also format your examples to look like code.

Please comment on this issue below with questions about this process.


Format code by typing ```, adding code on a new line, and then closing with 3 back ticks again.

This is what it looks like while editing: image

This is what is looks like once you submit the issue:

# here is where my code goes
library(dplyr)
filter(mtcars, mpg > 15)