
Read Interview Transcript from File
read_interview.RdThis function reads an interview transcript from a text file, returning the content as a character vector where each element represents a line in the file.
Examples
# Read an interview from "interview.txt"
interview = read_interview(
file.path(
system.file("extdata", package = "so.ii"),
"interview.txt"
)
)