Description Usage Arguments References Examples
Search the U.N. Jurisprudence Database
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")
)
|
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 |
https://juris.ohchr.org/search/documents
1 | juris_search(year_start = 2019, year_end = 2020)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.