
Write Interview Transcript to File
write_interview.RdThis function writes an interview transcript (represented as a character vector) to a text file. Each element of the vector becomes a line in the output file.
Examples
# Write an interview transcript to "processed_interview.md"
write_interview(intrw, tempfile("interview", fileext = ".md"))