nicercode / EnvironmentalComputing

These are the R markdown files used to generate
http://environmentalcomputing.net/
Creative Commons Attribution 4.0 International
16 stars 6 forks source link

restyle all code chunks? #20

Closed wcornwell closed 2 years ago

wcornwell commented 2 years ago

Should we run something like:

library(styler)
style_dir("content",style = tidyverse_style, recursive=TRUE, filetype=c("r", "rmd", "Rmd"))

it'll change pretty much all of the tutorials. thoughts?

dfalster commented 2 years ago

I'm in favour. But will need to review before committing. I'm happy to do this.