python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
httr::GET returns error for a specific website
I am trying to web scrape the information from a database using the httr package in R. Every time I try to connect to it to get the HTML content I get the following error.
url <- "https://meta...
jpquast
Votes: 0
Answers: 1
POST request in R
Trying to send POST request in R but didn't work. I tried:
require(httr)
token_endpoint = '...'
client_id = '...'
client_secret = 'pgGj9n4Sdl8cfM4cKNnjYcLVGSIyQxhm3ydCX3IRbdc='
scope = 'icdapi_access...
monotonic
Votes: 0
Answers: 1
Reading 'raw' xlsx file from httr response into data frame
I am using the httr package to retrieve data from our reporting system using its REST API. I am specifying the content to be a xlsx. The response contains the raw (binary?) file.
Here's what my reques...
Brayn
Votes: 0
Answers: 1