Advertisement
Guest User

Untitled

a guest
Nov 24th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. opts <- list(
  2. proxy = "999.999.999.999",
  3. proxyusername = "mydomain\myusername",
  4. proxypassword = "mypassword",
  5. proxyport = 8080
  6. )
  7. getURL("http://stackoverflow.com", .opts = opts)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement