exampleDCT <-
psyverse::dct_object(
prefix = "exampleConstruct",
label = "An example construct",
definition = "The definition goes here",
measure_dev = "Here you can explain how to measure the construct"
);
### Only run this in an interactive R session,
### as it shows the HTML in the viewer.
if (interactive()) {
dct_object_to_html(exampleDCT);
}
Run the code above in your browser using DataLab