StevenMMortimer / rdfp

This R package connects the DoubleClick for Publishers API from R
https://stevenmmortimer.github.io/rdfp/
Other
16 stars 5 forks source link

check_interval in dfp_full_report_wrapper not working #11

Closed polblascomrf closed 5 years ago

polblascomrf commented 5 years ago

The function does not use the check_interval variable internally. See line 256 in https://github.com/StevenMMortimer/rdfp/blob/master/R/dfp_utils.R: "Sys.sleep(3)" , it should be Sys.sleep(check_interval)