| generate_llm_prompt | R Documentation |
Create a copy-paste prompt for LLMs
generate_llm_prompt(
fake_path,
schema_path = NULL,
notes = NULL,
write_file = TRUE,
path = dirname(fake_path),
filename = "README_FOR_LLM.txt"
)
fake_path |
Path to the fake data file (CSV/RDS/Parquet). |
schema_path |
Optional path to the JSON schema. |
notes |
Optional extra notes to append for the analyst/LLM. |
write_file |
Write a README txt next to the files? Default TRUE. |
path |
Output directory for the README if write_file = TRUE. |
filename |
README file name. Default "README_FOR_LLM.txt". |
The prompt string (invisibly returns the file path if written).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.