You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: