checkModTy | R Documentation |
Check & complete settings for mixed of variable and fixed modifications. The final format is a list with $basMod, $varMod and $varMo2
checkModTy(
modTy,
knownMods = NULL,
silent = TRUE,
debug = FALSE,
callFrom = NULL
)
modTy |
(character) list of modification types to be considered |
knownMods |
(character) optonal custom list of known modifications, default from |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allows easier tracking of messages produced |
This function returns the corrected list of mixed of variable and fixed modifications ($basMod, $varMod and $varMo2)
AAfragSettings
modTy1 <- list(basMod=c("b","y","h"),varMod=c("p","o","q"))
checkModTy(modTy1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.