We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86d775 commit 466793bCopy full SHA for 466793b
R/display.R
@@ -70,6 +70,6 @@ display.item_omega <- display.performance_model
70
display.item_difficulty <- display.performance_model
71
72
.display_default_format <- function(format) {
73
- format <- getOption("easystats_display_format", "markdown")
+ format <- getOption("easystats_display_format", format)
74
insight::validate_argument(format, c("markdown", "html", "md", "tt"))
75
}
0 commit comments