Skip to content

Commit

Permalink
Update elx_fetch_data.R
Browse files Browse the repository at this point in the history
  • Loading branch information
michalovadek authored Feb 23, 2022
1 parent b1fdc5b commit 5ff663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/elx_fetch_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Wraps httr::GET with pre-specified headers and parses retrieved data.
#'
#' @param url A valid url as character vector of length one based on a resource identifier such as CELEX or Cellar URI.
#' @param type The type of data to be retrieved. When type = "text", the returned list contains named elements reflecting the source of each text. When type = "notice", the results return the full XML branch notice associated withe the url.
#' @param type The type of data to be retrieved. When type = "text", the returned list contains named elements reflecting the source of each text. When type = "notice", the results return an XML notice associated with the url.
#' @param notice If type = "notice", controls what kind of metadata are returned by the notice.
#' @param language_1 The priority language in which the data will be attempted to be retrieved, in ISO 639 2-char code
#' @param language_2 If data not available in `language_1`, try `language_2`
Expand Down

0 comments on commit 5ff663e

Please sign in to comment.