I wrote the code: library(devtools) install_github("WillemPaling/RDoubleClick") now when I try to use the DCAuth() function, R says it doesn't exist. How do i get the functions as seen in the readme section?
I wrote the code:
library(devtools)
install_github("WillemPaling/RDoubleClick")
now when I try to use the DCAuth() function, R says it doesn't exist. How do i get the functions as seen in the readme section?