designPackage {chatAI4R} | R Documentation |
designPackage
Description
Assist in proposing the overall design and architecture of an R package.
Usage
designPackage(Model = "gpt-4-0613", verbose = TRUE, SlowTone = FALSE)
Arguments
Model |
The OpenAI GPT model to use for text generation. Default is "gpt-4-0613". |
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. |
Details
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.
Value
Prints the proposed design and architecture based on the verbosity and tone speed settings.
Author(s)
Satoshi Kume
Examples
## Not run:
designPackage(Model = "gpt-4-0613", verbose = TRUE, SlowTone = FALSE)
## End(Not run)
[Package chatAI4R version 0.2.10 Index]