stf_read_rtf: Reads rtf files

View source: R/stf_read_rtf.R

stf_read_rtfR Documentation

Reads rtf files

Description

Reads rtf files

Usage

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

## Not run: 
stf_read_rtf(files = "")

## End(Not run)

jjesusfilho/stf documentation built on Dec. 12, 2024, 4:45 a.m.