Downloads rtf documents based on doc_url column from docket sheet data.

download_stf_rtf(sheet, path = ".")

Arguments

sheet

provide tibble read by function read_stf_sheet.

path

where to download the texts.

Value

files with rtf texts.

Details

You don't need to inform which urls are rtfs.

Examples

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