parse_dct_specs: Parse DCT specifications

View source: R/parse_dct_specs.R

parse_dct_specsR Documentation

Parse DCT specifications

Description

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.

Usage

parse_dct_specs(
  dctSpecs,
  headingLevel = 2,
  hyperlink_UCIDs = TRUE,
  urlPrefix = "#",
  HTMLoutput = FALSE,
  sortDecreasing = FALSE
)

Arguments

dctSpecs

The DCT specifications (a list).

headingLevel

The heading level for Markdown output.

hyperlink_UCIDs, urlPrefix, HTMLoutput

Passed on to the generate_instruction_overview() and generate_construct_overview() functions.

sortDecreasing

Whether to sort the constructs in decreasing order (TRUE), in increasing order (FALSE), or not at all (NULL).

Value

The object of parsed DCT specifications.


psyverse documentation built on March 7, 2023, 8:31 p.m.