Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit committed Jan 31, 2024
1 parent 0990bd9 commit 8d090df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/kmg01.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ kmg01_pre <- function(adam_db, dataset = "adtte", ...) {
#' "C: Combination" = "gray"
#' )
#'
#' syn_data <- log_filter(syn_data, PARAMCD == "OS", "adtte")
#' run(kmg01, syn_data, dataset = "adtte", line_col = col)
#' pre_data <- log_filter(syn_data, PARAMCD == "OS", "adtte")
#' run(kmg01, pre_data, dataset = "adtte", line_col = col)
kmg01 <- chevron_g(
main = kmg01_main,
preprocess = kmg01_pre
Expand Down
4 changes: 2 additions & 2 deletions man/kmg01.Rd

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

0 comments on commit 8d090df

Please sign in to comment.