i want to know if there is a lookup() function in R package 'qdap'. I installed it and tried to use it, but throws up an error "could not find function "lookup".
for(k in 1:nrow(mtmModFrame)){
mtmModFrame$mtm[k]<- lookup(uiqFrame$DATE[k], mtmFrame$DATE, mtmFrame$stcockMtm) }
print(mtmModFrame)
thanks in advance. amit.