Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/makeDataReport.R
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ makeDataReport <- function(data, output=NULL, render=TRUE,
## chunk_name <- paste0("Var-", idx, "-", gsub("[_:. ]", "-", vnam))
## Since we are not really needing the specific chunk names with variables we could skip the trailing part
## However, might be useful when looking at the rmd.
chunk_name <- paste0("Var-", idx, "-", stringi::stri_trans_general(gsub("[_:. ]", "-", vnam), "Latin-ASCII"))
chunk_name <- paste0("Var-", idx, "-", gsub("[_:. ']", "-", stringi::stri_trans_general(vnam, "Latin-ASCII")))
## chunk_name <- paste0("Var-", idx)

## add visualization + summary results to output file
Expand Down