Skip to content

Instantly share code, notes, and snippets.

@tvatter
Created June 6, 2019 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvatter/25dbb789b64e7ba9484c65b5d4c4f828 to your computer and use it in GitHub Desktop.
Save tvatter/25dbb789b64e7ba9484c65b5d4c4f828 to your computer and use it in GitHub Desktop.
Test styler on R markdown files
---
title: "whatever"
author: "John Doe"
---
```{r}
ugly_code <- "a=function( x){1+1} "
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment