Skip to content

Commit

Permalink
Fix Issue with exportTable
Browse files Browse the repository at this point in the history
Per #420 mat_melt to mat
  • Loading branch information
ncborcherding committed Oct 15, 2024
1 parent b42e312 commit 8026497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/positionalProperty.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ positionalProperty <- function(input.data,
theme_classic() +
theme(axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1))
if (exportTable == TRUE) {
return(mat_melt)
return(mat)
}
return(plot)

Expand Down

0 comments on commit 8026497

Please sign in to comment.