Reads rtf files

stf_read_rtf(files = NULL, path = ".")

Arguments

files

of paths to the rtf files to be read.

path

Path to rtf files if files are not informed

Value

a tibble with tree columns: incidente, texto, and doc_id.

Examples

if (FALSE) { # \dontrun{
stf_read_rtf(files = "")
} # }