dark | R Documentation |
A function for returning a vector of aversive personality trait names (e.g., the Dark Triad or Dark Tetrad traits).
dark(
constellation = "triad",
shorten = FALSE,
shorten_length = 4,
format = "none",
...
)
dark_triad(...)
dark_tetrad(...)
constellation |
a character scalar specifying whether to return the names of the Dark Triad traits or the names of the Dark Tetrad traits. Defaults to "Triad". |
shorten |
a logical scalar indicating whether to shorten the trait names. Defaults to 'FALSE'. |
shorten_length |
a numeric scaler indicating the number of letters to return (e.g., '4' would return "Mach" instead of "Machiavellianism"). Defaults to '4'. |
format |
a character scalar indicating whether to italicize or bold the string. Defaults to "none. |
... |
additional arguments passed to 'text_format'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.