checkType <- function(type) {
type <- tolower(type)
if(!(type %in% c("fa","ppca","un","unc","unconstrained"))) {
stop("type must be: 'unc','fa', or 'ppca'")
}
type
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.