create_alignment: Create a D&D alignment meme

Description Usage Arguments Value

View source: R/create_alignment.R

Description

Create a D&D alignment meme

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
create_alignment(
  lawful_good = NULL,
  lawful_neutral = NULL,
  lawful_evil = NULL,
  neutral_good = NULL,
  true_neutral = NULL,
  neutral_evil = NULL,
  chaotic_good = NULL,
  chaotic_neutral = NULL,
  chaotic_evil = NULL,
  placeholder = NULL
)

Arguments

lawful_good

string with the image path

lawful_neutral

string with the image path

lawful_evil

string with the image path

neutral_good

string with the image path

true_neutral

string with the image path

neutral_evil

string with the image path

chaotic_good

string with the image path

chaotic_neutral

string with the image path

chaotic_evil

string with the image path

placeholder

string with the imagem path to a placeholder image (not used alignment)

Value

an image


williamorim/DnDalignment documentation built on June 28, 2021, 12:25 a.m.