Openscapes / 2021-fdd

Openscapes Champions Cohort for Fisheries Dependent Data Users (FDD)
https://openscapes.github.io/2021-fdd/
5 stars 9 forks source link

inserting code chunks #12

Closed BLowman1 closed 3 years ago

BLowman1 commented 3 years ago

@AJONES8, I'm not sure this is actually what you were asking for. It looks like the code chunk doesn't get evaluated. x <- c(1:10); y <- 5*x; plot(x,y)

jules32 commented 3 years ago

Looks good! Yes the code won't be evaluated; R isn't here on GitHub, which is only displaying the code and not evaluating it