I wanted to do a snapshot request of securities in a column. I saved my column data in a variable (eg A <- Select(Table_name, Ticker) ) and would like to invoke using the data inside this variable via:
myData <- mydsws$snapshotRequest(instrument = A,
datatype = "P",
requestDate = "0D")
But was returned with a Bad Request.
Thanks in advance.