Skip to main content
Skip table of contents

getLibraryModelContent

Get the content of a library model.

Usage

R
getLibraryModelContent(filename, print = TRUE)

Arguments

filename

(character) The filename of the requested model. Can start with "lib:", end with ".txt", but neither are mandatory.

print

(logical) If TRUE (default), model's content is printed with human-readable line breaks (alongside regular output with "\n").

Value

The model's content as a single string.

Examples

R
if (FALSE) {
getLibraryModelContent("oral1_1cpt_kaVCl")
model <- getLibraryModelContent(filename = "lib:oral1_1cpt_kaVCl.txt", print = FALSE)
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.