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
library(ritis) # load package
result <- search_scientific(("Vicia faba")) # search TSN for a scientific name
tsn <- as.integer(result["tsn"]) # get TSN as an integer
pubs <- publications(tsn) # try to get a list of publications for the TSN
I have the code below:
But get the error:
Error: $ operator is invalid for atomic vectors
Any hints?
Session Info
The text was updated successfully, but these errors were encountered: