createEBAYdes: Create eBay Product Description

View source: R/create_eBay_Description.R

createEBAYdesR Documentation

Create eBay Product Description

Description

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.

Usage

createEBAYdes(
  Model = "gpt-4o-mini",
  SelectedCode = TRUE,
  verbose = TRUE,
  SlowTone = FALSE
)

Arguments

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.

Details

Create eBay Product Description

Value

The generated eBay product description.

Author(s)

Satoshi Kume

Examples

## 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)

chatAI4R documentation built on April 4, 2025, 1:06 a.m.