View source: R/designPackage.R
designPackage | R Documentation |
Assist in proposing the overall design and architecture of an R package.
designPackage(Model = "gpt-4o-mini", verbose = TRUE, SlowTone = FALSE)
Model |
The OpenAI GPT model to use for text generation. Default is "gpt-4o-mini". |
verbose |
Logical flag to indicate whether to display the generated text. Default is TRUE. |
SlowTone |
Logical flag to indicate whether to print the text slowly. Default is FALSE. |
Design Package for R
This function assists in proposing the overall design and architecture of an R package. It uses the OpenAI GPT model for text generation to assist in the design process. The function reads the input from the clipboard.
Prints the proposed design and architecture based on the verbosity and tone speed settings.
Satoshi Kume
## Not run:
# Copy the text into your clipboard then execute
designPackage(Model = "gpt-4o-mini", verbose = TRUE, SlowTone = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.