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