Skip to content

Commit a3f4e78

Browse files
committed
open in new tab/window
1 parent 51333f6 commit a3f4e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/templates/CountQC.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if (exists("output") && !is.null(output)){
115115
liveReportLink = output$getColumn("Live Report")
116116
result = EzResult(se=rawData)
117117
result$saveToFile(basename(output$getColumn("Live Report")))
118-
cat(paste0("[Live Report and Visualizations](", liveReportLink, ")"), "\n")
118+
cat(paste0("[Live Report and Visualizations](", liveReportLink, ")", "{target=\"_blank\"}"), "\n")
119119
}
120120
```
121121

inst/templates/twoGroups.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ save(se, file=basename(output$getColumn("Live Report")))
116116

117117
[`r resultFile$resultFile`](`r resultFile$resultFile`)
118118

119-
[Live Report and Visualizations](`r liveReportLink`)
119+
[Live Report and Visualizations](`r liveReportLink`){target="_blank"}
120120

121121
### Inspection of significant genes
122122

0 commit comments

Comments
 (0)