Created
June 6, 2019 17:29
-
-
Save tvatter/25dbb789b64e7ba9484c65b5d4c4f828 to your computer and use it in GitHub Desktop.
Test styler on R markdown files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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