Skip to content

Commit

Permalink
docs: corrects teal_data_module example and updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 23, 2023
1 parent a9e7902 commit 990d2a2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method(c,teal_slices)
S3method(get_code,tdata)
S3method(get_metadata,default)
S3method(get_metadata,tdata)
S3method(join_keys,tdata)
Expand All @@ -20,6 +19,7 @@ export(TealReportCard)
export(as.teal_slices)
export(as_tdata)
export(example_module)
export(get_code.tdata)
export(get_code_tdata)
export(get_metadata)
export(init)
Expand Down
2 changes: 1 addition & 1 deletion R/teal_data_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' dataset2 <- mtcars
#' }
#' )
#' datanames(data) <- c("iris", "mtcars")
#' datanames(data) <- c("dataset1", "dataset2")
#'
#' data
#' })
Expand Down
4 changes: 2 additions & 2 deletions man/init.Rd

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

4 changes: 2 additions & 2 deletions man/srv_teal_with_splash.Rd

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

2 changes: 1 addition & 1 deletion man/tdata.Rd

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

2 changes: 1 addition & 1 deletion man/teal_data_module.Rd

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

4 changes: 2 additions & 2 deletions man/ui_teal_with_splash.Rd

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

0 comments on commit 990d2a2

Please sign in to comment.