Package Installation

Besides installing the package (once) you have to load it (on each new R session). Packages are loaded with the library() command.

library(httr)
1 Like