InterviewSolution
Saved Bookmarks
| 1. |
Which of the following request can be issued from httr package?(a) GET(b) PUT(c) DELETE(d) All of the mentionedThe question was asked in a national level competition.My question comes from Reading from Web and APIs topic in portion Getting Data of Data Science |
|
Answer» RIGHT CHOICE is (d) All of the mentioned The explanation is: Authentication is necessary for issuing a REQUEST. |
|