dark: dark

View source: R/dark.R

darkR Documentation

dark

Description

A function for returning a vector of aversive personality trait names (e.g., the Dark Triad or Dark Tetrad traits).

Usage

dark(
  constellation = "triad",
  shorten = FALSE,
  shorten_length = 4,
  format = "none",
  ...
)

dark_triad(...)

dark_tetrad(...)

Arguments

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'.


camkay/panoply documentation built on Jan. 17, 2025, 6:31 a.m.