Skip to content

Commit 8aa6ddb

Browse files
committed
styler
1 parent 6462995 commit 8aa6ddb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/R/data_manipulation.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
renameScoreCol <- function(filteredScoreDf, scoreType, coverageInterval) {
32
if (scoreType == "wis") {
43
filteredScoreDf <- filteredScoreDf %>% rename(Score = wis)

app/R/delphiLayout.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# create a common delphi header
32
delphiHeaderUI <- function(id = "delphi-header", title = "My App") {
43
# Get css file

app/R/exportScores.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
exportScoresUI <- function(id = "exportScores") {
32
ns <- shiny::NS(id)
43
div(

0 commit comments

Comments
 (0)