Skip to content

Commit 57ed960

Browse files
committed
allow multiple values to input_data and output_data in quarto code chunks
1 parent 73be9d5 commit 57ed960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/engine.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' SLC Engine for Quarto
22
#'
33
#' @description
4-
#' Provides support for executing SLC code blocks in Quarto documents.
4+
#' Provides support for executineg SLC code blocks in Quarto documents.
55
#' This function is automatically called by knitr when processing SLC code chunks.
66
#'
77
#' @param options A list of chunk options from knitr, including:

man/slc_engine.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/chunk-options.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `slcr` package supports several chunk options for SLC code blocks in Quarto
3131

3232
Specifies an R data frame to be made available in the SLC environment:
3333

34-
````verbatim
34+
````{verbatim}
3535
```{slc input_data=my_data}
3636
proc print data=my_data;
3737
run;

0 commit comments

Comments
 (0)