Skip to content

Commit

Permalink
remove exec from code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Caballero committed Mar 26, 2024
1 parent ebda335 commit 00000a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qmd/07_DataImport.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ sample;sex;age;treatment;response$A001;M;8;KO;5200$A002;M;4;WT;4430$A003;F;4;KO;

```{r}
#| echo: true
#| eval: false
# read file in CSV format, file is in working directory
dat = read_csv("file.csv")
Expand Down

0 comments on commit 00000a7

Please sign in to comment.