join_stf_text: Joins pdf and rtf texts to docket sheet

View source: R/join_stf_text.R

join_stf_textR Documentation

Joins pdf and rtf texts to docket sheet

Description

Joins pdf and rtf texts to docket sheet

Usage

join_stf_text(sheet, rtf = NULL, pdf = NULL)

Arguments

sheet

docket sheet used to download the texts with functions download_stf_rtf and download_stf_pdf.

rtf

tibble with rtf texts

pdf

tibble with pdf texts

Value

new tibble with all texts.

Examples

## Not run: 
andamento <- join_text(sheet = andamento, rtf = texto_rtf, texto_pdf)

## End(Not run)

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