This function takes the antifa logo, edits the color of the flag and includes text. It can save the png on disk and return the path to be used in the next step, that is creating the hexSticker
antifa( x = "r-ladies+", bg_col = "#a70000", text_size = 3, save = FALSE, image_dir = NULL, image_name = NULL )
x | Character. Name of the group identity |
---|---|
bg_col | Background color for the flag |
text_size | Numeric. Text size for the image |
save | Logical |
image_dir | Character. Path to sabe image |
image_name | Character. Image file name without extension |