Skip to content

Commit

Permalink
Remove debuggin code
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Sep 25, 2023
1 parent acf43f7 commit a8f24db
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions R/msaAttribute.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a8f24db

Please sign in to comment.