make_custom_tag: Create a product tag for a custom Fakea product

Description Usage Arguments Value

View source: R/make_custom_tag.R

Description

Outputs a Fakea product tag based on custom inputs

Usage

1
2
3
4
5
6
7
8
9
make_custom_tag(
  logo = 2,
  currency = "$",
  language = "sw",
  txt1 = "FEJKA",
  txt2 = "R package",
  txt3 = " v1.0.0",
  destfile = "./fakea_CUSTOM.png"
)

Arguments

logo

Which type of tag to output (1=blank; 2=logo; 3=Swedish pretty logo)

currency

The currency symbol to use for price tag (default="$")

language

The language used for product name and logo (default="sw")

txt1

The custom product name

txt2

The custom product category

txt3

The custom price

destfile

The destination output file

Value

A custom product tag image


borstell/fakea documentation built on May 4, 2020, 4:26 a.m.