Downloads a table with information about lawsuit's classes, subjects or courts to help with download_cjsg(). You can also browse some of these tables with browse_table().

cjsg_table(type, tj = "tjsp")

Arguments

type

Either "classes" or "subjects" or "courts"

tj

TJ from which to get data (only works with TJSP for now)

Value

A tibble with either 12 columns (if type is "classes" or "subjects") or 3 columns (if type is "courts")

See also

download_cjpg(), browse_table()