View source: R/create_eBay_Description.R
createEBAYdes | R Documentation |
This function generates a product description for eBay listings in English. It uses the GPT-4 model for text generation and can take input from either RStudio or the clipboard.
createEBAYdes(
Model = "gpt-4o-mini",
SelectedCode = TRUE,
verbose = TRUE,
SlowTone = FALSE
)
Model |
The GPT-4 model to use for text generation. Default is "gpt-4o-mini". |
SelectedCode |
Whether to get the input from the selected code in RStudio. Default is TRUE. |
verbose |
Whether to display progress information. Default is TRUE. |
SlowTone |
Whether to print the output slowly. Default is FALSE. |
Create eBay Product Description
The generated eBay product description.
Satoshi Kume
## Not run:
# Option 1
# Select some text in RStudio and then run the rstudio addins
# Option 2
# Copy the text into your clipboard then execute
createEBAYdes(Model = "gpt-4o-mini", SelectedCode = FALSE, verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.