Downloads pdf text documents based on docket sheet

download_stf_pdf(sheet, path = ".")

Arguments

sheet

provide tibble read by function read_stf_sheet.

path

where to download the pdfs.

Value

downloaded pdfs with incident number and document id number.

Examples

if (FALSE) {
download_stf_pdf(sheet = andamento)
}