antifa: Creates antifa logo

Description Usage Arguments

View source: R/antifa.R

Description

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

Usage

1
2
3
4
5
6
7
8
antifa(
  x = "r-ladies+",
  bg_col = "#a70000",
  text_size = 3,
  save = FALSE,
  image_dir = NULL,
  image_name = NULL
)

Arguments

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


liibre/rladiesantifa documentation built on Nov. 18, 2021, 7:24 p.m.