Reads docket parties names.

stf_read_parties(files = NULL, path = ".")

Arguments

files

Paths to files.

path

Where to find the htmls if files NULL.

Value

Tibble with docket number, party name, and party class.

Examples

if (FALSE) {
partes <- stf_read_parties(path = ".")
}