#'@title getSTD_aplicacionRespuesta
#'@description obtiene respuestas individuales con habilidades y tiempo de respuesta para un item dado.
#'@param itemCodigo el codigo del item
#'@export
getSTD_aplicacionRespuesta = function(itemCodigo){
load(system.file("myData.rda", package="CATdemo"));
myData <- myData[which(myData$ItemCodigo %in% itemCodigo), ];
myData
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.