Description Usage Arguments Value
View source: R/make_custom_tag.R
Outputs a Fakea product tag based on custom inputs
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"
)
|
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 |
A custom product tag image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.