Skip to content

Commit

Permalink
rm row names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Jul 22, 2024
1 parent d54b3a9 commit e4a7230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/force-level2-report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,6 @@ fig
```

```{r write-csv, echo = FALSE, warning = FALSE}
write.csv(data, file = params$ftable)
write.csv(data, file = params$ftable, row.names = FALSE)
```

2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-07-22_06:52:25
3.7.12-dev:::2024-07-22_06:55:34

0 comments on commit e4a7230

Please sign in to comment.