Search the U.N. Jurisprudence Database

juris_search(
  keyword = "",
  search_type = c("all", "any"),
  year_start = format(Sys.Date(), "%Y"),
  year_end = format(Sys.Date(), "%Y"),
  symbol = "",
  communication_number = "",
  session = "",
  decision_type = c("all", "admissibility", "adoption", "discontinuance",
    "inadmissibility", "opinion", "revised")
)

Arguments

keyword

keyword

search_type

all or any

year_start, year_end

year start/end

symbol

symbol

communication_number

comm #

session

session

decision_type

decision type

References

https://juris.ohchr.org/search/documents

Examples

juris_search(year_start = 2019, year_end = 2020)