Query file from Data Warehouse (save to local FTP?)

Hi! I want to export a file from Adobe Data Warehouse then query it from R. I felt the easiest way to do this was set up a local FTP that points to a folder on my harddrive. When running the following script, I am getting the error "ERROR: ftp_filename_missing"
Does anyone know what I am doing wrong?
Where should the filename go?

report.data <- QueueDataWarehouse("name of report suite",
"2019-08-26",
"2019-09-08",
c("Revenue"),
c("evar25"),
date.granularity = "day",
segment.id = "####name of segment###",
data.current = TRUE,
expedite = TRUE,
interval.seconds = 5,
max.attempts = 120,
validate = TRUE, enqueueOnly = TRUE,
ftp = "Name of my FTP"

Would connecting to the cloud be easier? If so, how would I go about this?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.