Skip to content

Commit

Permalink
change data location
Browse files Browse the repository at this point in the history
  • Loading branch information
js3110 committed Jan 2, 2025
1 parent d4dd066 commit f2f9b0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 344 deletions.
2 changes: 1 addition & 1 deletion inst/shiny/modules/column_mapping.R
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ column_mapping_server <- function(id, data, manual_units, on_submit) {
mutate(TIME = ifelse(DOSNO == 1, AFRLT, ARRLT))#TODO: Remove this after AUC0 merged

#Load labels
labels_file <- read.csv(system.file("shiny/www/data/adnca_labels.csv", package = "aNCA"))
labels_file <- read.csv(system.file("shiny/data/adnca_labels.csv", package = "aNCA"))
# Apply labels to the dataset
dataset <- apply_labels(dataset, labels_file)

Expand Down
343 changes: 0 additions & 343 deletions inst/shiny/www/data/adnca_labels.csv

This file was deleted.

0 comments on commit f2f9b0a

Please sign in to comment.