Skip to contents

Code a dataframe variable with the system message

Usage

gpt(data, instruction, ..., progress_bar_message = "Analyzing with GPT")

Arguments

data

The data column to code with gpt

instruction

The instruction for how gpt should code

...

Parameters to send to gpt_req

progress_bar_message

Optional message for the progress bar

Value

A tibble with the columns returned by gpt_single()