Learn R Programming

chatAI4R (version 0.3.6)

designPackage: designPackage

Description

Assist in proposing the overall design and architecture of an R package.

Usage

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

Value

Prints the proposed design and architecture based on the verbosity and tone speed settings.

Arguments

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.

Author

Satoshi Kume

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.

Examples

Run this code
if (FALSE) {
# Copy the text into your clipboard then execute
designPackage(Model = "gpt-4o-mini", verbose = TRUE, SlowTone = FALSE)
}

Run the code above in your browser using DataLab