I am new to Microsoft Revr. I am facing a small problem in the below code
FILTER<-"TRANS > 0"
max_rows_cols <- 100000000000000000000
data1 <- rxDataStep(inData = data1,transformObjects=list(Filter=FILTER),
rowSelection =**noquote(Filter)** ,overwrite = TRUE,maxRowsByCols=max_rows_cols)
I get the value of FILTER at run time.
Is Something wrong with the row selection value?
Looking forward to help on this?
We can use
eval(parse
data