Gets rtf texts from url connection

get_stf_rtf(url)

Arguments

url

docs_url vector to rtf text.

Value

a tibble

Details

This functions is a wrapper around download_stf_rtf and read_stf_rtf. It just returns a tibble with the text and the text id already parsed, without downloading it to your local disk.

Examples

if (FALSE) {
df <- get_stf_rtf()
}