Set the EleccionesDB API base URL
Arguments
- url
Character string with the base URL (e.g. "https://api.spainelectoralproject.com/").
Value
The previous base URL, invisibly.
Examples
if (FALSE) { # \dontrun{
edb_set_base_url("http://my-server:8000")
} # }