Learn R Programming

enrichR (version 3.4)

getEnrichr: Helper function for HTTP methods GET and POST

Description

Helper function

Usage

getEnrichr(method = "GET", url, ...)

Value

same as GET

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