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"
)The prompt string (invisibly returns the file path if written).
Path to the fake data file (CSV/RDS/Parquet).
Optional path to the JSON schema.
Optional extra notes to append for the analyst/LLM.
Write a README txt next to the files? Default TRUE.
Output directory for the README if write_file = TRUE.
README file name. Default "README_FOR_LLM.txt".