Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ddl@teal_data@main
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Oct 30, 2023
2 parents 2422903 + 278488b commit c334a76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions man/get_join_keys.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/adding-support-for-reporting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Using `teal`, you can launch this example module with the following:

```{r, eval = FALSE}
app <- init(
data = teal_data(IRIS = IRIS, MTCARS = mtcars),
data = teal_data(IRIS = iris, MTCARS = mtcars),
modules = teal_example_module()
)
Expand Down

0 comments on commit c334a76

Please sign in to comment.