Skip to content

Commit

Permalink
rm startup msg
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Oct 16, 2024
1 parent 4995660 commit 4caee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output: github_document
---

```{r, echo = FALSE}
library(data.table)
suppressPackageStartupMessages(library(data.table))
DT <- fread('workshops.csv', header = TRUE)
setnames(DT, 'V1', ' ')
setorder(DT, -Date)
Expand Down

0 comments on commit 4caee05

Please sign in to comment.