Reads Brazilian Supreme Court decision's docket sheet.

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

Arguments

files

Vector of html files downloaded by download_docket

path

Where to find the htmls if files is NULL

Value

tibble with follow-up details

Examples

if (FALSE) {
andamento <- read_stf_docket_sheet(path = ".")
}