Skip to contents

Makes an HTTP GET request to the specified URL and retrieves the content.

Usage

get_data_no_params(url, headers = NULL)

Arguments

url

A character string specifying the URL to fetch data from.

headers

A named character vector of HTTP headers to include in the request. Default is NULL.

Value

The content of the HTTP response. The type of content depends on the response from the server.