Reads decision details

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

Arguments

files

Files with full path.

path

Where to find the htmls

Value

tibble with meio (public or eletronic), sigilo (secrecy), numero_unico (unique number), relator_atual (current justice)

Examples

if (FALSE) {
detalhes <- read_stf_details(path = ".")
}