To make a request, first load httr, then call GET() with a url: library(httr) r <- GET("http://httpbin.org/get"). This gives you a response object.
確定! 回上一頁