#' @name concerto.qti.equal
#' @aliases concerto.qti.equal
#' @title concerto.qti.equal
#' @description Not clearly documented
#' @param arg1 Not clearly documented
#' @param arg2 Not clearly documented
#' @param baseType Not clearly documented
#' @author Przemyslaw Lis
#' @return Not clearly documented
#' @export
#'
concerto.qti.equal <- function(arg1, arg2, baseType) {
if (length(arg1) != length(arg2))
return(FALSE)
if (baseType != "pair")
return(all(arg1 %in% arg2))
i = 1
for (a in arg1) {
v2 = unlist(strsplit(v, " "))
v2 = paste(v2[2], " ", v2[1], sep = "")
if (a != arg2[i] && v2 != arg2[i])
return(FALSE)
}
return(TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.