From a8f24dbb5fb3f203d0e33b5a578a2d064c0c20e0 Mon Sep 17 00:00:00 2001 From: JTPetter <61797391+JTPetter@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:42:31 +0200 Subject: [PATCH] Remove debuggin code --- R/msaAttribute.R | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/R/msaAttribute.R b/R/msaAttribute.R index f10d0fe6..092fb0d5 100644 --- a/R/msaAttribute.R +++ b/R/msaAttribute.R @@ -17,16 +17,6 @@ #' @export msaAttribute <- function(jaspResults, dataset, options, ...) { - - # - # dataset <- read.csv("C:/Users/Jonee/Google Drive/JASP/Bugs/GH_Issue_2286/Atribut_Sort.csv") - # options <- list() - # options$measurementsLong <- "Reshenie" - # options$parts <- "Part" - # options$standard <- "Standart" - # options$operators <- "Kontroler" - - wideFormat <- options[["AAAdataFormat"]] == "AAAwideFormat" if (wideFormat){ measurements <- unlist(options$measurements)