I tried to use the example given in get.cid() ``` cids <- c(5282108, 5282148, 91754124) dat <- lapply(cids, get.cid) ``` then i got ``` Error in if (info.name == n) info.name <- "" : argument is of length zero ``` Could you please take a look at this error.