parse_dct_specs {psyverse} | R Documentation |
This function parses DCT specifications; it's normally
called by load_dct_dir()
or load_dct_specs()
, so you
won't have to use it directly.
parse_dct_specs(
dctSpecs,
headingLevel = 2,
hyperlink_UCIDs = TRUE,
urlPrefix = "#",
HTMLoutput = FALSE,
sortDecreasing = FALSE
)
dctSpecs |
The DCT specifications (a list). |
headingLevel |
The heading level for Markdown output. |
hyperlink_UCIDs , urlPrefix , HTMLoutput |
Passed on to the
|
sortDecreasing |
Whether to sort the constructs in decreasing order
( |
The object of parsed DCT specifications.