Skip to content

Commit

Permalink
Adjusting vignettes to reflect keep_as to output.var change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Davies committed Aug 29, 2024
1 parent 171812d commit 45a39c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/rmarkdown-databricks-notebook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ Results that are detected as tabular in **any** `databricks_*` chunk will be ren

### Persisting Tabular Results

When a result is rendered as a table you can persist a copy to the R session (`.GlobalEnv`) by using the `keep_as` chunk option
When a result is rendered as a table you can persist a copy to the R session (`.GlobalEnv`) by using the `output.var` chunk option

```` r
`r ''````{sql, engine = "databricks_sql", keep_as = "tables"}
`r ''````{sql, engine = "databricks_sql", output.var = "tables"}
show databases
```
````
Expand Down

0 comments on commit 45a39c9

Please sign in to comment.