Hello,
I am using the most up to date github version of rpubchem (1.5.18). Whenever I run get.cid I get a version of one of the following errors:
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: . . .
Whenever I run get.sid, I get nothing but a blank data frame in return.
get.cid issue:
cidsx <- c(5282108, 5282148, 91754124) dat <- lapply(cidsx, get.cid) dat <- dplyr::bind_rows(dat)
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 45, 72, 38