getEnrichr: Helper function for HTTP methods GET and POST
Description
Helper function
Usage
getEnrichr(method = "GET", url, ...)
Arguments
- method
(Required). HTTP method. Default is "GET"
- url
(Required). URL address requested
- ...
(Optional). Additional parameters to pass to GET
Details
Helper function for HTTP methods GET and POST