Skip to content

Commit 434eb27

Browse files
committed
Don't eval last vignette chunk
This adds csv files to the final tar.gz, which we don't want
1 parent 8e1e380 commit 434eb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/batch_import.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ their analysis using another programming language or software.
102102
It works in a very similar way to `lr_get_spec()` and will create `csv` files
103103
with the same file names as the input files (but a different extension).
104104

105-
```{r}
105+
```{r eval = FALSE}
106106
lr_convert_tocsv(where = "data", ext = "procspec", subdir = TRUE)
107107
```

0 commit comments

Comments
 (0)