roses {valentine} | R Documentation |
Make a roses are red poem
Description
Make a "roses are red ..." poem about an R package.
Usage
roses(pkg, hint = "", emoji = TRUE, ...)
prompt(pkg, hint = "", emoji = TRUE)
Arguments
pkg |
A package |
hint |
extra information to add to the prompt |
emoji |
Should the poem include emojis ? |
... |
Passed to |
Value
A poem generated by ChatGPT via openai::create_chat_completion()
Examples
prompt("dplyr")
## Not run:
# this needs the OPENAI_API_KEY environment variable
# to be set. See https://irudnyts.github.io/openai/
roses("dplyr")
## End(Not run)
[Package valentine version 2024.2.14 Index]