Nothing
.internalModsemAPI <- function(nm) {
# Function for calling internal modsem objects
# using ::: directly leads to an R CMD check note
eval(parse(text=paste0("modsem:::", nm)))
}
parTableToSyntax <- .internalModsemAPI("parTableToSyntax")
getStructOVs <- .internalModsemAPI("getStructOVs")
getParTableLabels <- .internalModsemAPI("getParTableLabels")
multiplyIndicatorsCpp <- .internalModsemAPI("multiplyIndicatorsCpp")
# simulateDataParTable <- .internalModsemAPI("simulateDataParTable")
createProdInds <- .internalModsemAPI("createProdInds")
allignLhsRhs <- .internalModsemAPI("allignLhsRhs")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.