download_stf_rtf: Downloads rtf documents based on doc_url column from docket...

View source: R/download_stf_rtf.R

download_stf_rtfR Documentation

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

Description

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

Usage

download_stf_rtf(sheet, path = ".")

Arguments

sheet

provide tibble read by function read_stf_sheet.

path

where to download the texts.

Details

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

Value

files with rtf texts.

Examples

## Not run: 
download_stf_rtf(sheet = andamento)

## End(Not run)

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