View source: R/join_stf_text.R
join_stf_text | R Documentation |
Joins pdf and rtf texts to docket sheet
join_stf_text(sheet, rtf = NULL, pdf = NULL)
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 |
new tibble with all texts.
## Not run:
andamento <- join_text(sheet = andamento, rtf = texto_rtf, texto_pdf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.