juris_search: Search the U.N. Jurisprudence Database

Description Usage Arguments References Examples

View source: R/juris-search.R

Description

Search the U.N. Jurisprudence Database

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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

1
juris_search(year_start = 2019, year_end = 2020)

hrbrmstr/unjuris documentation built on March 6, 2020, 12:56 a.m.