clessn / wikirest

Get data from the Wikimedia REST API
Other
1 stars 0 forks source link

Remove default values to `get_most_viewed_per_country()` #20

Closed judith-bourque closed 1 year ago

judith-bourque commented 1 year ago

Create error_parameter_null()

 if (list(NULL) %in% list(1,NULL,3)) {
    stop("One or more parameters are NULL.")
  }