Joins pdf and rtf texts to docket sheet

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

if (FALSE) {
andamento <- join_text(sheet = andamento, rtf = texto_rtf, texto_pdf)
}