read_transcript: Create Text Files from Word

View source: R/read.R

read_transcriptR Documentation

Create Text Files from Word

Description

Read text from a Word document and convert to plain text format

Usage

read_transcript(destdir, docxfiles, ...)

Arguments

destdir

Destination path. Where the files will be saved.

docxfiles

Character vector containing the filepath(s) of the Word documents to be converted.

...

Arguments passed to readtext.

Details

When destdir is unchanged, the function uses the current working directory as the location for saving any files converted from Word.

Value

A character vector containing the paths of the generated text files.


BroVic/RQDAassist documentation built on June 3, 2023, 8:01 a.m.