Skip to content

Commit

Permalink
refactor: Move styler.R code to README
Browse files Browse the repository at this point in the history
Moved styler.R's styling code to the README
  • Loading branch information
rbasu101 committed Oct 16, 2024
1 parent 16ba698 commit 201c399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# r-dgidb
In-progress R wrapper for DGIdb

# Styling
the styler package can be used to auto-format all files in the directory.
```r
library(styler)
style_dir()
```
2 changes: 0 additions & 2 deletions style.R

This file was deleted.

0 comments on commit 201c399

Please sign in to comment.